We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0685f55 commit 6e026cfCopy full SHA for 6e026cf
.github/workflows/pull_request.yml
@@ -74,7 +74,7 @@ jobs:
74
strategy:
75
fail-fast: true
76
matrix:
77
- swift_version: ['6.2']
+ swift_version: ['6.2.2']
78
os_version: ['macos']
79
jdk_vendor: ['corretto']
80
env:
@@ -162,7 +162,7 @@ jobs:
162
163
fail-fast: false
164
165
166
167
168
@@ -234,7 +234,7 @@ jobs:
234
235
236
237
- swift_version: ['6.2'] # no nightly testing on macOS
+ swift_version: ['6.2.2'] # no nightly testing on macOS
238
239
240
sample_app: [ # TODO: use a reusable-workflow to generate those names
0 commit comments