1
0
Fork 0

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

pull/11829/head
Rubidium 2024-01-17 20:34:42 +01:00
parent b15c019b55
commit ff0404bff3
1 changed files with 2 additions and 1 deletions

View File

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