Skip to content

Commit 0f494ae

Browse files
committed
Trying to fix CI
1 parent 3270a77 commit 0f494ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
cfg:
1818
- { os: ubuntu-22.04, arch: x86_64 }
19-
- { os: ubuntu-24.04-arm, arch: aarch64 }
19+
- { os: ubuntu-22.04-arm, arch: aarch64 }
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
7575
matrix:
7676
cfg:
7777
- { os: ubuntu-22.04, arch: x86_64 }
78-
- { os: ubuntu-24.04-arm, arch: aarch64 }
78+
- { os: ubuntu-22.04-arm, arch: aarch64 }
7979

8080
steps:
8181
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)