Skip to content

Commit 3253445

Browse files
authored
Bump Swift version to 6.0 for Linux (#119)
1 parent aa2cb35 commit 3253445

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
# swift_version: ["5.10"]
16-
container: ["swift:5.10-jammy", "swiftlang/swift:nightly-6.0-jammy"]
15+
swift_version: ["6.0"]
1716
include:
1817
- container: "swiftlang/swift:nightly-6.0-jammy"
1918
continue-on-error: true
@@ -24,8 +23,7 @@ jobs:
2423
OPENGRAPH_ATTRIBUTEGRAPH: 0
2524
OPENSWIFTUI_COMPATIBILITY_TEST: 0
2625
OPENSWIFTUI_SWIFT_LOG: 1
27-
# container: swift:${{ matrix.swift_version }}-jammy
28-
container: ${{ matrix.container }}
26+
container: swift:${{ matrix.swift_version }}-jammy
2927
steps:
3028
- uses: actions/checkout@v4
3129
- name: Building and running tests in debug mode with coverage

.github/workflows/wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
swift_version: ["5.10.0-RELEASE", "6.0-SNAPSHOT-2024-08-30-a"]
15+
swift_version: ["5.10.0-RELEASE", "6.0-SNAPSHOT-2024-09-18-a"]
1616
os: [ubuntu-22.04]
1717
extra_params: [""]
1818
include:
19-
- swift_version: "6.0-SNAPSHOT-2024-08-30-a"
19+
- swift_version: "6.0-SNAPSHOT-2024-09-18-a"
2020
continue-on-error: true
2121
runs-on: ${{ matrix.os }}
2222
env:

0 commit comments

Comments
 (0)