Skip to content

Commit

Permalink
macos-build.yml: select macos-13 to get x64 build
Browse files Browse the repository at this point in the history
GHA has recently switched the macos-latest alias to be macos-14 which is OSX Arm64.  macos-13 is x64 architecture instead
  • Loading branch information
rouault authored and github-actions[bot] committed Apr 30, 2024
1 parent c53f1df commit 4a3b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
jobs:
mac_os_build:
if: github.repository == 'qgis/QGIS'
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4a3b207

Please sign in to comment.