Skip to content

Commit

Permalink
GHA: Build against Swift 6
Browse files Browse the repository at this point in the history
... and drop those which do not work on
GHA anymore.
Also uses checkout v4 and latest Xcode.
  • Loading branch information
helje5 committed Sep 19, 2024
1 parent ad0613b commit 0168d6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
fail-fast: false
matrix:
image:
- swift:5.5.3-xenial
- swift:5.6.1-bionic
- swift:5.7.2-focal
- swift:5.9.2-focal
- swift:5.10-jammy
- swift:6.0-noble
container: ${{ matrix.image }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build Swift Debug Package
run: swift build -c debug
- name: Build Swift Release Package
Expand All @@ -30,9 +30,9 @@ jobs:
- name: Select latest available Xcode
uses: maxim-lobanov/[email protected]
with:
xcode-version: 13.2.1
xcode-version: latest
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build Swift Debug Package
run: swift build -c debug
- name: Build Swift Release Package
Expand Down

0 comments on commit 0168d6e

Please sign in to comment.