Skip to content

Commit f6a86fb

Browse files
Xcode 16.1
1 parent 1d6761f commit f6a86fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
Apple:
2626
name: Test ${{ matrix.name }}
2727
runs-on: macOS-latest
28+
env:
29+
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
2830
strategy:
2931
fail-fast: false
3032
matrix:
@@ -42,6 +44,8 @@ jobs:
4244
SPM:
4345
name: Test with SPM
4446
runs-on: macOS-latest
47+
env:
48+
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
4549
steps:
4650
- name: Checkout
4751
uses: actions/checkout@v4

0 commit comments

Comments
 (0)