Skip to content

Commit eb78e3a

Browse files
committed
ci : fix ubuntu runner names
1 parent ece3ff8 commit eb78e3a

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
@@ -43,7 +43,7 @@ jobs:
4343
cmake --build build --config Release -j $(nproc)'
4444
4545
ubuntu-latest-arm64:
46-
runs-on: ubuntu-latest-arm64
46+
runs-on: ubuntu-latest
4747

4848
strategy:
4949
fail-fast: false
@@ -69,7 +69,7 @@ jobs:
6969
cmake --build build --config Release -j $(nproc)'
7070
7171
ubuntu-latest-arm-v7:
72-
runs-on: ubuntu-latest-arm-v7
72+
runs-on: ubuntu-latest
7373

7474
strategy:
7575
fail-fast: false

0 commit comments

Comments
 (0)