Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 079daef

Browse files
committed
Update workflow OSes
1 parent 81d501c commit 079daef

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Checkout
1818
uses: actions/[email protected]
@@ -36,10 +36,10 @@ jobs:
3636
strategy:
3737
matrix:
3838
arch: [ amd64 ]
39-
os: [ windows-2019, macos-10.15 ]
39+
os: [ windows-2019, macos-11 ]
4040
tfm: [ net472, net6.0, net7.0 ]
4141
exclude:
42-
- os: macos-10.15
42+
- os: macos-11
4343
tfm: net472
4444
fail-fast: false
4545
steps:
@@ -57,24 +57,18 @@ jobs:
5757
run: dotnet test LibGit2Sharp.sln --configuration Release --framework ${{ matrix.tfm }} --logger "GitHubActions" /p:ExtraDefine=LEAKS_IDENTIFYING
5858
test-linux:
5959
name: Test / ${{ matrix.distro }} / ${{ matrix.arch }} / ${{ matrix.tfm }}
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-22.04
6161
strategy:
6262
matrix:
6363
arch: [ amd64 ]
6464
# arch: [ amd64, arm64 ]
65-
distro: [ alpine.3.12, alpine.3.13, alpine.3.14, centos.7, centos.8, debian.9, debian.10, debian.11, fedora.33, ubuntu.18.04, ubuntu.20.04 ]
65+
distro: [ alpine.3.13, alpine.3.14, alpine.3.15, alpine.3.16, alpine.3.17, centos.7, centos.stream.8, debian.10, debian.11, fedora.36, ubuntu.18.04, ubuntu.20.04, ubuntu.22.04 ]
6666
sdk: [ '6.0', '7.0' ]
6767
exclude:
68-
- arch: arm64
69-
distro: alpine.3.12
70-
- arch: arm64
71-
distro: alpine.3.13
72-
sdk: '3.1'
73-
- arch: arm64
74-
distro: alpine.3.14
75-
sdk: '3.1'
76-
- arch: arm64
77-
distro: centos.7
68+
- distro: alpine.3.13
69+
sdk: '7.0'
70+
- distro: alpine.3.14
71+
sdk: '7.0'
7872
include:
7973
- sdk: '6.0'
8074
tfm: net6.0

0 commit comments

Comments
 (0)