Skip to content

Commit

Permalink
Temporarily limit to mac arm
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed Jul 14, 2024
1 parent 23b0ca3 commit 255f4cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/app_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
# fail-fast: Default is true, switch to false to allow one platform to fail and still run others
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, windows-2022, macos-13, macos-arm64]
#os: [ubuntu-20.04, ubuntu-22.04, windows-2022, macos-13, macos-arm64]
os: [macos-arm64]
include:
- os: ubuntu-20.04
SELF_HOSTED: false
Expand Down

0 comments on commit 255f4cb

Please sign in to comment.