Skip to content

Commit baeba20

Browse files
committed
Try to fix centos.stream.9
1 parent 6b38349 commit baeba20

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ jobs:
3838
strategy:
3939
matrix:
4040
arch: [ x64 ]
41-
os: [ windows-2019, windows-2022, macos-12, macos-13 ]
41+
os: [ windows-2019, windows-2022, macos-13 ]
4242
tfm: [ net472, net8.0, net9.0 ]
4343
exclude:
44-
- os: macos-12
45-
tfm: net472
4644
- os: macos-13
4745
tfm: net472
4846
include:
@@ -100,5 +98,5 @@ jobs:
10098
run: |
10199
git_command="git config --global --add safe.directory /app"
102100
test_command="dotnet test LibGit2Sharp.sln --configuration Release -p:TargetFrameworks=${{ matrix.tfm }} --logger "GitHubActions" -p:ExtraDefine=LEAKS_IDENTIFYING"
103-
docker run -t --rm --platform linux/${{ matrix.arch }} -v "$PWD:/app" gittools/build-images:${{ matrix.distro }}-sdk-${{ matrix.sdk }} sh -c "$git_command && $test_command"
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"
104102

0 commit comments

Comments
 (0)