Skip to content

Commit 9f99627

Browse files
committed
ci
1 parent df24f7e commit 9f99627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
jobs:
1010
build:
1111
name: Build and Test default scheme using any available iPhone simulator
12-
runs-on: macos-14
12+
runs-on: macos-15
1313

1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717
- name: Select Xcode Version
18-
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
18+
run: sudo xcode-select -switch /Applications/Xcode_16.3.app
1919
- name: Set Default Scheme
2020
run: |
2121
scheme_list=$(xcodebuild -list -json | tr -d "\n")

0 commit comments

Comments
 (0)