Skip to content

Commit

Permalink
Bump Swift version to 6.0 for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Sep 22, 2024
1 parent aa2cb35 commit 7145780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# swift_version: ["5.10"]
container: ["swift:5.10-jammy", "swiftlang/swift:nightly-6.0-jammy"]
swift_version: ["6.0"]
include:
- container: "swiftlang/swift:nightly-6.0-jammy"
continue-on-error: true
Expand All @@ -24,8 +23,7 @@ jobs:
OPENGRAPH_ATTRIBUTEGRAPH: 0
OPENSWIFTUI_COMPATIBILITY_TEST: 0
OPENSWIFTUI_SWIFT_LOG: 1
# container: swift:${{ matrix.swift_version }}-jammy
container: ${{ matrix.container }}
container: swift:${{ matrix.swift_version }}-jammy
steps:
- uses: actions/checkout@v4
- name: Building and running tests in debug mode with coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
fail-fast: false
matrix:
swift_version: ["5.10.0-RELEASE", "6.0-SNAPSHOT-2024-08-30-a"]
swift_version: ["5.10.0-RELEASE", "6.0-SNAPSHOT-2024-09-18-a"]
os: [ubuntu-22.04]
extra_params: [""]
include:
- swift_version: "6.0-SNAPSHOT-2024-08-30-a"
- swift_version: "6.0-SNAPSHOT-2024-09-18-a"
continue-on-error: true
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 7145780

Please sign in to comment.