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 }})
|
||||
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-13
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||
DEVELOPER_DIR: /Applications/Xcode_15.app/Contents/Developer
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in New Issue