Skip to content

Commit 2d9c0ea

Browse files
Use Xcode 15.3 in CI
1 parent c37c684 commit 2d9c0ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ on:
1313
branches:
1414
- main
1515

16-
env:
17-
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
18-
1916
jobs:
2017
test:
2118
name: Test
2219
runs-on: macOS-14
20+
env:
21+
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
2322
strategy:
2423
matrix:
2524
destination:

0 commit comments

Comments
 (0)