Skip to content

Commit f82fda2

Browse files
committed
Really setup Xcode 15.3 [skip ci]
1 parent 0bcf2d2 commit f82fda2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/macos.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
fetch-depth: 0
1717
submodules: true
1818

19-
- name: Select Xcode 15.3 (Apple Clang 17)
20-
run: sudo xcode-select -s /Applications/Xcode_15.3.app
19+
- name: Setup Xcode 15.3 (Apple Clang 17)
20+
uses: maxim-lobanov/setup-xcode@v1
21+
with:
22+
xcode-version: '15.3'
2123

2224
- name: Verify Clang version
2325
run: clang --version

0 commit comments

Comments
 (0)