Skip to content

Commit 0eb8b60

Browse files
committed
Install and force Xcode 16.4.0
1 parent 45861d0 commit 0eb8b60

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 16.6.0
47+
uses: maxim-lobanov/setup-xcode@v1
48+
with:
49+
xcode-version: '16.4.0'
50+
51+
- name: Set Xcode version (15.0.1)
52+
run: sudo xcode-select -s /Applications/Xcode_16.4.0.app
53+
4654
- name: Checkout code
4755
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4856

0 commit comments

Comments
 (0)