Skip to content

Commit

Permalink
Fix runner arch
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Feb 15, 2024
1 parent ec9c025 commit c639b20
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 @@ -45,7 +45,7 @@ jobs:
/usr/bin/bundle_upload.sh
build-linux-aarch64:
runs-on: [self-hosted, macOS, X64, FlipperZeroToolchain]
runs-on: [self-hosted, macOS, ARM64, FlipperZeroToolchain]
steps:
- name: 'Wipe workspace'
run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
/usr/bin/bundle_upload.sh
build-mac:
runs-on: [self-hosted, macOS, X64, FlipperZeroToolchainChmocker]
runs-on: [self-hosted, macOS, ARM64, FlipperZeroToolchainChmocker]
steps:
- name: 'Wipe workspace'
run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
Expand Down

0 comments on commit c639b20

Please sign in to comment.