Skip to content

Commit 79a94f7

Browse files
committed
Update github action
1 parent ecd1a7b commit 79a94f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19+
- name: Set Xcode Version 16.1.0
20+
run: sudo xcode-select -s /Applications/Xcode_16.1.app
21+
1922
- name: Test URLPattern
2023
run: swift test -v
2124

0 commit comments

Comments
 (0)