We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f706503 commit 596de6fCopy full SHA for 596de6f
.github/workflows/CI.yml
@@ -43,7 +43,7 @@ jobs:
43
# - 'nightly'
44
os:
45
- ubuntu-20.04
46
- - ubuntu-24.04-arm64
+ - ubuntu-24.04-arm
47
- macOS-latest
48
test_group:
49
- core
@@ -92,7 +92,7 @@ jobs:
92
exclude:
93
- os: ubuntu-20.04 # this is x86_64, exclude foreign architecture
94
arch: aarch64
95
- - os: ubuntu-24.04-arm64 # this is aarch64, exclude foreign architecture
+ - os: ubuntu-24.04-arm # this is aarch64, exclude foreign architecture
96
arch: x64
97
steps:
98
- uses: actions/checkout@v4
0 commit comments