Skip to content

Commit 1b9b414

Browse files
committed
Try and get linux tests running again
1 parent dc36f8d commit 1b9b414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: dotnet test LibGit2Sharp.sln --configuration Release --framework ${{ matrix.tfm }} --logger "GitHubActions" /p:ExtraDefine=LEAKS_IDENTIFYING
6969
test-linux:
7070
name: Test / ${{ matrix.distro }} / ${{ matrix.arch }} / ${{ matrix.tfm }}
71-
runs-on: ${{ matrix.runnerImage }}
71+
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}
7272
strategy:
7373
matrix:
7474
arch: [ amd64, arm64 ]

0 commit comments

Comments
 (0)