Skip to content

Commit

Permalink
Merge pull request #617 from evo-lua/fix-macos-builds
Browse files Browse the repository at this point in the history
Fix the matrix architecture for macOS builds
  • Loading branch information
rdw-software authored Jan 7, 2025
2 parents 4fc3ead + c29fa2f commit f8bddd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
matrix:
include:
- os: macos-15
arch: [x64, M1]
arch: x64
- os: macos-15
arch: M1
env:
MACOSX_DEPLOYMENT_TARGET: 13.3
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 # Prevent brew updates in the ccache setup step (~2GB download ...)
Expand Down

0 comments on commit f8bddd5

Please sign in to comment.