Skip to content

Commit b05bf6f

Browse files
committed
[DO NOT MERGE] Try dist-arm-linux
1 parent bad961b commit b05bf6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ jobs:
553553
strategy:
554554
matrix:
555555
include:
556-
- name: dist-x86_64-linux
556+
- name: dist-arm-linux
557557
os: ubuntu-20.04-16core-64gb
558558
env: {}
559559
timeout-minutes: 600

src/ci/github-actions/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,8 @@ jobs:
695695
strategy:
696696
matrix:
697697
include:
698-
- &dist-x86_64-linux
699-
name: dist-x86_64-linux
698+
- &dist-arm-linux
699+
name: dist-arm-linux
700700
<<: *job-linux-16c
701701

702702
master:

0 commit comments

Comments
 (0)