Skip to content

Commit 596de6f

Browse files
giordanoimciner2
andcommitted
Fix name of aarch64-linux runners
Co-authored-by: Ian McInerney <mcianster@gmail.com>
1 parent f706503 commit 596de6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# - 'nightly'
4444
os:
4545
- ubuntu-20.04
46-
- ubuntu-24.04-arm64
46+
- ubuntu-24.04-arm
4747
- macOS-latest
4848
test_group:
4949
- core
@@ -92,7 +92,7 @@ jobs:
9292
exclude:
9393
- os: ubuntu-20.04 # this is x86_64, exclude foreign architecture
9494
arch: aarch64
95-
- os: ubuntu-24.04-arm64 # this is aarch64, exclude foreign architecture
95+
- os: ubuntu-24.04-arm # this is aarch64, exclude foreign architecture
9696
arch: x64
9797
steps:
9898
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)