Skip to content

Commit 885397d

Browse files
authored
Use Swift 6.2 as latest (#2020)
1 parent f370a26 commit 885397d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- jammy
135135
version:
136136
- "5.9"
137-
- "6.1"
137+
- "6.2"
138138
env:
139139
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
140140
steps:

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- jammy
144144
version:
145145
- "5.9"
146-
- "6.1"
146+
- "6.2"
147147
env:
148148
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
149149
steps:

0 commit comments

Comments
 (0)