Skip to content

Commit 614dfc2

Browse files
committed
TMP: revert to webui-ubuntu-arm runner, only use one cc to reduce runs for now
1 parent 083757c commit 614dfc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
contents: write
3333
strategy:
3434
matrix:
35-
os: [ubuntu-latest, buildjet-2vcpu-ubuntu-2204-arm]
36-
cc: [clang, gcc]
35+
os: [ubuntu-latest, webui-ubuntu-20-04-arm64]
36+
cc: [gcc]
3737
fail-fast: false
3838
env:
3939
CC: ${{ matrix.cc }}

0 commit comments

Comments
 (0)