|
@@ -20,11 +20,11 @@ jobs:
|
|
|
build:
|
|
build:
|
|
|
name: Build
|
|
name: Build
|
|
|
needs: validate
|
|
needs: validate
|
|
|
- runs-on: macos-12
|
|
|
|
|
|
|
+ runs-on: macos-13
|
|
|
steps:
|
|
steps:
|
|
|
# Uncomment to manually select latest Xcode if needed
|
|
# Uncomment to manually select latest Xcode if needed
|
|
|
- name: Select Latest Xcode
|
|
- name: Select Latest Xcode
|
|
|
- run: "sudo xcode-select --switch /Applications/Xcode_14.1.app/Contents/Developer"
|
|
|
|
|
|
|
+ run: "sudo xcode-select --switch /Applications/Xcode_15.0.app/Contents/Developer"
|
|
|
|
|
|
|
|
# Checks-out the repo
|
|
# Checks-out the repo
|
|
|
- name: Checkout Repo
|
|
- name: Checkout Repo
|