Skip to content

Commit 9490297

Browse files
committed
Rename the ARM runner YAML anchor
To make it more consistent with the rest of the anchors.
1 parent a585551 commit 9490297

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ci/github-actions/jobs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runners:
4343
os: windows-2022-16core-64gb
4444
<<: *base-job
4545

46-
- &job-aarch64-linux
46+
- &job-linux-8c-aarch64
4747
os: ubuntu-22.04-arm64-8core-32gb
4848

4949
envs:
@@ -123,10 +123,10 @@ auto:
123123
#############################
124124

125125
- image: aarch64-gnu
126-
<<: *job-aarch64-linux
126+
<<: *job-linux-8c-aarch64
127127

128128
- image: aarch64-gnu-debug
129-
<<: *job-aarch64-linux
129+
<<: *job-linux-8c-aarch64
130130

131131
- image: arm-android
132132
<<: *job-linux-4c
@@ -143,7 +143,7 @@ auto:
143143
<<: *job-linux-4c
144144

145145
- image: dist-arm-linux
146-
<<: *job-aarch64-linux
146+
<<: *job-linux-8c-aarch64
147147

148148
- image: dist-armhf-linux
149149
<<: *job-linux-4c

0 commit comments

Comments
 (0)