We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd1a7b commit 79a94f7Copy full SHA for 79a94f7
1 file changed
.github/workflows/swift.yml
@@ -16,6 +16,9 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
19
+ - name: Set Xcode Version 16.1.0
20
+ run: sudo xcode-select -s /Applications/Xcode_16.1.app
21
+
22
- name: Test URLPattern
23
run: swift test -v
24
0 commit comments