Skip to content

Commit

Permalink
TMP: revert to webui-ubuntu-arm runner, only use one cc to reduce run…
Browse files Browse the repository at this point in the history
…s for now
  • Loading branch information
ttytm committed Jun 17, 2024
1 parent 083757c commit 614dfc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
contents: write
strategy:
matrix:
os: [ubuntu-latest, buildjet-2vcpu-ubuntu-2204-arm]
cc: [clang, gcc]
os: [ubuntu-latest, webui-ubuntu-20-04-arm64]
cc: [gcc]
fail-fast: false
env:
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit 614dfc2

Please sign in to comment.