Skip to content

Commit 68289d0

Browse files
committed
Add Xcode 13 and Linux Swift 5.5.0 test builds
...
1 parent bf88a5b commit 68289d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- swift:5.2.5-xenial
1717
- swift:5.3.2-xenial
1818
- swift:5.3.2-bionic
19+
- swift:5.5.0-focal
1920
container: ${{ matrix.image }}
2021
steps:
2122
- name: Checkout Repository
@@ -30,7 +31,7 @@ jobs:
3031
- name: Select latest available Xcode
3132
uses: maxim-lobanov/setup-xcode@v1.2.1
3233
with:
33-
xcode-version: 12.2
34+
xcode-version: 13
3435
- name: Checkout Repository
3536
uses: actions/checkout@v2
3637
- name: Build Swift Debug Package

0 commit comments

Comments
 (0)