mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
macos-build.yml: select macos-13 to get x64 build
GHA has recently switched the macos-latest alias to be macos-14 which is OSX Arm64. macos-13 is x64 architecture instead
This commit is contained in:
parent
cc285791a2
commit
97a5e2461b
2
.github/workflows/macos-build.yml
vendored
2
.github/workflows/macos-build.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user