mirror of https://github.com/OpenTTD/OpenTTD
Change: force the use of macos-13 runner (beta) and Xcode 15 (non default)
parent
b15c019b55
commit
ff0404bff3
|
@ -203,9 +203,10 @@ jobs:
|
||||||
|
|
||||||
name: Mac OS (${{ matrix.arch }})
|
name: Mac OS (${{ matrix.arch }})
|
||||||
|
|
||||||
runs-on: macos-latest
|
runs-on: macos-13
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||||
|
DEVELOPER_DIR: /Applications/Xcode_15.app/Contents/Developer
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue