mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-14 00:56:42 +00:00
ML-251 Use Xcode 16.2 (#252)
* select xcode version * select xcode version
This commit is contained in:
parent
056cf4f44b
commit
3be2b9b715
2 changed files with 6 additions and 4 deletions
5
.github/workflows/build_ipa.yml
vendored
5
.github/workflows/build_ipa.yml
vendored
|
@ -60,9 +60,8 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
|
||||
- uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: '16.2'
|
||||
- name: Select Xcode version
|
||||
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
|
||||
|
||||
- name: Connect private iap package
|
||||
uses: webfactory/ssh-agent@v0.8.0
|
||||
|
|
5
.github/workflows/run_integration_tests.yml
vendored
5
.github/workflows/run_integration_tests.yml
vendored
|
@ -13,8 +13,11 @@ jobs:
|
|||
run-integration-tests:
|
||||
name: Run integration tests
|
||||
timeout-minutes: 90
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- name: Select Xcode version
|
||||
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
|
Loading…
Reference in a new issue