1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

Change: force the use of macos-13 runner (beta) and Xcode 15 (non default)

This commit is contained in:
Rubidium
2024-01-17 20:34:42 +01:00
parent b15c019b55
commit ff0404bff3

View File

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