Skip to content

Commit 5829299

Browse files
committed
ci update
1 parent 1dee238 commit 5829299

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
exclude:
4444
- os: macos-14
4545
tfm: net472
46+
- os: macos-15
47+
tfm: net472
4648
include:
4749
- arch: arm64
4850
os: macos-14
@@ -71,7 +73,7 @@ jobs:
7173
matrix:
7274
arch: [ amd64, arm64 ]
7375
distro: [ alpine.3.17, alpine.3.18, alpine.3.19, alpine.3.20, centos.stream.9, debian.12, fedora.40, ubuntu.20.04, ubuntu.22.04, ubuntu.24.04 ]
74-
sdk: [ '8.0', '9.0' ]
76+
sdk: [ '8.0', '9.0', '10.0' ]
7577
exclude:
7678
- distro: alpine.3.17
7779
sdk: '9.0'
@@ -84,6 +86,8 @@ jobs:
8486
tfm: net8.0
8587
- sdk: '9.0'
8688
tfm: net9.0
89+
- sdk: '10.0'
90+
tfm: net10.0
8791
- arch: amd64
8892
runnerImage: ubuntu-22.04
8993
- arch: arm64
@@ -98,5 +102,5 @@ jobs:
98102
run: |
99103
git_command="git config --global --add safe.directory /app"
100104
test_command="dotnet test LibGit2Sharp.sln --configuration Release -p:TargetFrameworks=${{ matrix.tfm }} --logger "GitHubActions" -p:ExtraDefine=LEAKS_IDENTIFYING"
101-
docker run -t --rm --platform linux/${{ matrix.arch }} -v "$PWD:/app" -e OPENSSL_ENABLE_SHA1_SIGNATURES=1 gittools/build-images:${{ matrix.distro }}-sdk-${{ matrix.sdk }} sh -c "$git_command && $test_command"
105+
docker run -t --rm --platform linux/${{ matrix.arch }} -v "$PWD:/home/gittools/app" -e OPENSSL_ENABLE_SHA1_SIGNATURES=1 gittools/build-images:${{ matrix.distro }}-sdk-${{ matrix.sdk }} sh -c "$git_command && $test_command"
102106

0 commit comments

Comments
 (0)