Skip to content

Commit 2bdaaf1

Browse files
committed
GH Actions: Drop Swift 5.0/5.1 support, because Apple
Add Xcode 13 and a 5.5 toolchain.
1 parent d77e9e8 commit 2bdaaf1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
image:
16-
- swift:5.0.3-xenial
17-
- swift:5.1.5-xenial
1816
- swift:5.2.5-xenial
1917
- swift:5.3.2-xenial
2018
- swift:5.3.2-bionic
19+
- swift:5.5.0-focal
2120
container: ${{ matrix.image }}
2221
steps:
2322
- name: Checkout Repository
@@ -32,7 +31,7 @@ jobs:
3231
- name: Select latest available Xcode
3332
uses: maxim-lobanov/setup-xcode@v1.2.1
3433
with:
35-
xcode-version: 12.2
34+
xcode-version: 13
3635
- name: Checkout Repository
3736
uses: actions/checkout@v2
3837
- name: Build Swift Debug Package

0 commit comments

Comments
 (0)