Skip to content

Commit

Permalink
CI: Fix the matrix architecture for macOS builds
Browse files Browse the repository at this point in the history
Well, this is awkward: I didn't even notice that only M1 builds were running (there's no warnings, errors, etc.).
  • Loading branch information
rdw-software committed Jan 7, 2025
1 parent 4fc3ead commit c29fa2f
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 c29fa2f

Please sign in to comment.