Skip to content

Commit

Permalink
GHA: Build against 5.10/Xcode latest
Browse files Browse the repository at this point in the history
Though old ones still seem to work fine :-)
  • Loading branch information
helje5 committed Jun 6, 2024
1 parent e717c40 commit 43c56d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image:
- swift:5.3.2-xenial
- swift:5.5.0-focal
- swift:5.6.1-bionic
- swift:5.10-jammy
container: ${{ matrix.image }}
steps:
- name: Checkout Repository
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Select latest available Xcode
uses: maxim-lobanov/setup-xcode@v1.2.1
with:
xcode-version: 13.2.1
xcode-version: latest
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build Swift Debug Package
Expand Down

0 comments on commit 43c56d8

Please sign in to comment.