Skip to content

Commit 2456fca

Browse files
nan-licursoragent
andcommitted
fix: pin CI Xcode selection
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent eb2f5d2 commit 2456fca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111
jobs:
1212
build:
1313
name: Build and Test using any available iPhone simulator
14-
runs-on: macos-latest-large
14+
runs-on: macos-15-large
1515

1616
steps:
1717
- name: Select Xcode Version
1818
run: |
19-
sudo xcode-select -s /Applications/Xcode_16.4.0.app
19+
sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
2020
- name: Checkout OneSignal-iOS-SDK
2121
uses: actions/checkout@v3
2222
- name: Set Default Scheme

0 commit comments

Comments
 (0)