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:
Even Rouault 2024-04-29 23:09:26 +02:00 committed by Nyall Dawson
parent cc285791a2
commit 97a5e2461b

View File

@ -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