Skip to content

Commit

Permalink
Try to fix centos.stream.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Nov 21, 2024
1 parent 6b38349 commit baeba20
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ jobs:
strategy:
matrix:
arch: [ x64 ]
os: [ windows-2019, windows-2022, macos-12, macos-13 ]
os: [ windows-2019, windows-2022, macos-13 ]
tfm: [ net472, net8.0, net9.0 ]
exclude:
- os: macos-12
tfm: net472
- os: macos-13
tfm: net472
include:
Expand Down Expand Up @@ -100,5 +98,5 @@ jobs:
run: |
git_command="git config --global --add safe.directory /app"
test_command="dotnet test LibGit2Sharp.sln --configuration Release -p:TargetFrameworks=${{ matrix.tfm }} --logger "GitHubActions" -p:ExtraDefine=LEAKS_IDENTIFYING"
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"
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"

0 comments on commit baeba20

Please sign in to comment.