Skip to content

Commit

Permalink
[ci/macos] Reverting to macos-13 for intel
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesETsmith committed Oct 1, 2024
1 parent c07f5b4 commit 1339dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_push_masos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-14-large] # macos-14 is arm64, macos-14-large is x86_64
os: [macos-13, macos-14] # macos-14 is arm64, macos-13 is x86_64
compiler: [g++-12, g++-13]
python-version: ["3.12"]
steps:
Expand Down

0 comments on commit 1339dd2

Please sign in to comment.