Skip to content

Commit 8d07129

Browse files
specific macOS for specific Xcode version
1 parent b5155ee commit 8d07129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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-latest
12+
runs-on: macos-15
1313

1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717
- name: Select Xcode
18-
run: sudo xcode-select -s /Applications/Xcode_16.3.0.app
18+
run: sudo xcode-select -s /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)