build on macos-13 with xcode 15.0.1
This commit is contained in:
parent
2f6663a84c
commit
a79b08f4c5
|
@ -152,11 +152,14 @@ jobs:
|
||||||
- macOS_arm64_static
|
- macOS_arm64_static
|
||||||
- macOS_arm64_mixed
|
- macOS_arm64_mixed
|
||||||
- macOS_x86_64
|
- macOS_x86_64
|
||||||
runs-on: macos-11
|
runs-on: macos-13
|
||||||
env:
|
env:
|
||||||
SSH_KEY: /tmp/id_rsa
|
SSH_KEY: /tmp/id_rsa
|
||||||
OS_NAME: macos
|
OS_NAME: macos
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set Xcode version (15.0.1)
|
||||||
|
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
|
||||||
|
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup python 3.8
|
- name: Setup python 3.8
|
||||||
|
|
|
@ -138,7 +138,7 @@ jobs:
|
||||||
- native_mixed
|
- native_mixed
|
||||||
- macOS_arm64_static
|
- macOS_arm64_static
|
||||||
- macOS_arm64_mixed
|
- macOS_arm64_mixed
|
||||||
runs-on: macos-11
|
runs-on: macos-13
|
||||||
env:
|
env:
|
||||||
SSH_KEY: /tmp/id_rsa
|
SSH_KEY: /tmp/id_rsa
|
||||||
OS_NAME: macos
|
OS_NAME: macos
|
||||||
|
@ -148,6 +148,9 @@ jobs:
|
||||||
KEYCHAIN_PASSWORD: mysecretpassword
|
KEYCHAIN_PASSWORD: mysecretpassword
|
||||||
KEYCHAIN_PROFILE: build-profile
|
KEYCHAIN_PROFILE: build-profile
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set Xcode version (15.0.1)
|
||||||
|
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
|
||||||
|
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup python 3.8
|
- name: Setup python 3.8
|
||||||
|
|
Loading…
Reference in New Issue