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 5b0fa58 commit 0902e20Copy full SHA for 0902e20
.github/workflows/pull_request.yml
@@ -185,7 +185,7 @@ jobs:
185
strategy:
186
fail-fast: false
187
matrix:
188
- swift_version: ['6.1.2', 'nightly']
+ swift_version: ['6.1.2'] # no nightly checks for macOS
189
os_version: ['macos']
190
jdk_vendor: ['corretto']
191
sample_app: [ # TODO: use a reusable-workflow to generate those names
0 commit comments