Skip to content

Commit

Permalink
oops use arm, not x86
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Sep 18, 2024
1 parent a9f057f commit 7f54ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# Smaller job for MacOS to avoid excessive billing
strategy:
matrix:
platform: [macos-latest-x64]
platform: [macos-latest-arm]
otp-version: [26]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 7f54ee2

Please sign in to comment.