We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a585551 commit 9490297Copy full SHA for 9490297
src/ci/github-actions/jobs.yml
@@ -43,7 +43,7 @@ runners:
43
os: windows-2022-16core-64gb
44
<<: *base-job
45
46
- - &job-aarch64-linux
+ - &job-linux-8c-aarch64
47
os: ubuntu-22.04-arm64-8core-32gb
48
49
envs:
@@ -123,10 +123,10 @@ auto:
123
#############################
124
125
- image: aarch64-gnu
126
- <<: *job-aarch64-linux
+ <<: *job-linux-8c-aarch64
127
128
- image: aarch64-gnu-debug
129
130
131
- image: arm-android
132
<<: *job-linux-4c
@@ -143,7 +143,7 @@ auto:
143
144
145
- image: dist-arm-linux
146
147
148
- image: dist-armhf-linux
149
0 commit comments