Skip to content

Commit

Permalink
TMP: specify build_jet runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jun 17, 2024
1 parent 01282db commit f8ce283
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,7 +32,7 @@ jobs:
contents: write
strategy:
matrix:
os: [ubuntu-latest, webui-ubuntu-20-04-arm64]
os: [ubuntu-latest, buildjet-2vcpu-ubuntu-2204-arm]
cc: [clang, gcc]
fail-fast: false
env:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Prepare Artifact
run: |
artifact=webui-linux-${{ matrix.cc }}
if [[ ${{ matrix.os }} == *'arm64' ]]; then
if [[ ${{ matrix.os }} == *'arm' ]]; then
artifact+=-arm64
else
artifact+=-x64
Expand Down

0 comments on commit f8ce283

Please sign in to comment.