Skip to content

Commit ab94c73

Browse files
committed
Install and force Xcode 15
1 parent f8eaff3 commit ab94c73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
with:
4444
egress-policy: audit
4545

46+
- name: Install Xcode 15.0.1
47+
uses: maxim-lobanov/setup-xcode@v1
48+
with:
49+
xcode-version: '15.0.1'
50+
51+
- name: Set Xcode version (15.0.1)
52+
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
53+
4654
- name: Checkout code
4755
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4856

0 commit comments

Comments
 (0)