Skip to content

Commit 0902e20

Browse files
authored
no nightly checks for macOS
1 parent 5b0fa58 commit 0902e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
strategy:
186186
fail-fast: false
187187
matrix:
188-
swift_version: ['6.1.2', 'nightly']
188+
swift_version: ['6.1.2'] # no nightly checks for macOS
189189
os_version: ['macos']
190190
jdk_vendor: ['corretto']
191191
sample_app: [ # TODO: use a reusable-workflow to generate those names

0 commit comments

Comments
 (0)