Skip to content

Commit

Permalink
mac.yml: select macos-13 for x64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 27, 2024
1 parent ced90ad commit 7bbb045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: true
matrix:
include:
- platform: "macos-latest"
- platform: "macos-13"
architecture: "x64"
# macOS-14 is a M1 ARM64 MacOS runner: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
- platform: "macOS-14"
Expand Down

0 comments on commit 7bbb045

Please sign in to comment.