Skip to content

Commit 53b770f

Browse files
committed
Update CI to 6.2.1
1 parent b699f0b commit 53b770f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ jobs:
1111
matrix:
1212
include:
1313
- os: ubuntu-latest
14-
swift-version: swift-6.1.2-release
15-
swift-build: 6.1.2-RELEASE
14+
swift-version: swift-6.2.1-release
15+
swift-build: 6.2.1-RELEASE
1616
build-args: "--traits GNU"
1717

1818
- os: macos-latest
19-
swift-version: swift-6.1.2-release
20-
swift-build: 6.1.2-RELEASE
19+
swift-version: swift-6.2.1-release
20+
swift-build: 6.2.1-RELEASE
2121
build-args: ""
2222

2323
- os: windows-latest
24-
swift-version: swift-6.1.2-release
25-
swift-build: 6.1.2-RELEASE
24+
swift-version: swift-6.2.1-release
25+
swift-build: 6.2.1-RELEASE
2626
build-args: ""
2727

2828
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)