Skip to content

Commit

Permalink
Disable Mac arm builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Aug 8, 2024
1 parent 7bd48b6 commit 81e4eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-13]
os: [macos-13]
runs-on: ${{ matrix.os }}
env:
PLATFORM: mac${{ matrix.os == 'macos-14' && '-arm64' || '' }}
Expand Down
2 changes: 1 addition & 1 deletion extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-13]
os: [macos-13]
runs-on: ${{ matrix.os }}
env:
PLATFORM: mac${{ matrix.os == 'macos-14' && '-arm64' || '' }}
Expand Down

0 comments on commit 81e4eb1

Please sign in to comment.