Skip to content

Commit 3fae799

Browse files
colemancdaclaude
andcommitted
Update CI for Swift 6.3.2
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 3b7e20d commit 3fae799

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/swift-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
arch: ["armv6", "armv7"]
11-
swift: ["6.1.2"]
11+
swift: ["6.3.2"]
1212
config: ["debug" , "release"]
1313
linux: ["raspios"]
1414
release: ["bookworm"]
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
arch: ["armv7"]
37-
swift: ["6.1.2"]
37+
swift: ["6.3.2"]
3838
config: ["debug" , "release"]
3939
linux: ["debian"]
4040
release: ["bookworm", "bullseye"]

.github/workflows/swift-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
swift: ["6.0.3"]
9+
swift: ["6.3.2"]
1010
config: ["debug", "release"]
1111
container: swift:${{ matrix.swift }}
1212
steps:

.github/workflows/swift-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: windows-latest
77
strategy:
88
matrix:
9-
swift: ["6.1.2"]
9+
swift: ["6.3.2"]
1010
config: ["debug", "release"]
1111
steps:
1212
- uses: compnerd/gha-setup-swift@main

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Linux
2424
strategy:
2525
matrix:
26-
container: ["swift:6.0.3", "swift:6.1.2"]
26+
container: ["swift:6.1.2", "swift:6.3.2"]
2727
config: ["debug", "release"]
2828
options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
2929
runs-on: ubuntu-latest
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
swift: ['6.1', 'nightly-6.2']
46+
swift: ['6.2', 'nightly-6.3']
4747
arch: ["aarch64", "x86_64"]
4848
runs-on: macos-15
4949
timeout-minutes: 30

0 commit comments

Comments
 (0)