mirror of
https://github.com/OpenTTD/OpenTTD
synced 2025-12-21 04:02:44 +01:00
Change: [CI] switch MacOS to the macos-14 runner (#12237)
This runner contains a newer XCode, with better C++20 support.
This commit is contained in:
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@@ -208,7 +208,7 @@ jobs:
|
|||||||
|
|
||||||
name: Mac OS (${{ matrix.arch }})
|
name: Mac OS (${{ matrix.arch }})
|
||||||
|
|
||||||
runs-on: macos-latest
|
runs-on: macos-14
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/release-macos.yml
vendored
2
.github/workflows/release-macos.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
macos:
|
macos:
|
||||||
name: MacOS
|
name: MacOS
|
||||||
|
|
||||||
runs-on: macos-latest
|
runs-on: macos-14
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user