Skip to content

Commit 9236194

Browse files
authored
CI: Update macOS Swift from 6.1.3 to 6.2.0 (#396)
* CI: Update macOS Swift from 6.1.3 to 6.2.0 * only change macOS in this PR
1 parent a9d7332 commit 9236194

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
fail-fast: true
7373
matrix:
74-
swift_version: ['6.1.3']
74+
swift_version: ['6.2.0']
7575
os_version: ['macos']
7676
jdk_vendor: ['corretto']
7777
env:
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: true
9797
matrix:
98-
swift_version: ['6.1.3']
98+
swift_version: ['6.2.0']
9999
os_version: ['jammy']
100100
jdk_vendor: ['corretto']
101101
container:
@@ -137,7 +137,7 @@ jobs:
137137
strategy:
138138
fail-fast: false
139139
matrix:
140-
swift_version: ['6.1.3']
140+
swift_version: ['6.2.0']
141141
os_version: ['macos']
142142
jdk_vendor: ['corretto']
143143
env:
@@ -185,7 +185,7 @@ jobs:
185185
strategy:
186186
fail-fast: false
187187
matrix:
188-
swift_version: ['6.1.3'] # no nightly testing on macOS
188+
swift_version: ['6.2.0'] # no nightly testing on 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)