Skip to content

Commit

Permalink
Fix runner tag
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Dec 22, 2023
1 parent 91ea0ac commit 631378a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
/usr/bin/bundle_upload.sh
build-linux-aarch64:
runs-on: [self-hosted, macOS, ARM64, FlipperZeroToolchain]
runs-on: [self-hosted, macOS, X64, FlipperZeroToolchain]
steps:
- name: 'Wipe workspace'
run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
/usr/bin/bundle_upload.sh
build-mac:
runs-on: [self-hosted, macOS, ARM64, FlipperZeroToolchainChmocker]
runs-on: [self-hosted, macOS, X64, FlipperZeroToolchainChmocker]
steps:
- name: 'Wipe workspace'
run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
Expand Down

0 comments on commit 631378a

Please sign in to comment.