Skip to content

Commit 8b61f94

Browse files
authored
Bump Swift on CI
1 parent 08c790e commit 8b61f94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
jobs:
1010
run-macos:
1111
name: ${{ matrix.subcommand }} with Xcode ${{ matrix.xcode }} on macOS
12-
runs-on: macos-11
12+
runs-on: macos-12
1313
strategy:
1414
matrix:
15-
xcode: ["13.0", "13.1", "13.2.1"]
15+
xcode: ["13.3.1", "13.4", "13.4.1"]
1616
subcommand: ["Build", "Test"]
1717
steps:
1818
- uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
3232
container: swift:${{ matrix.swift }}
3333
strategy:
3434
matrix:
35-
swift: ["5.5.0", "5.5.1", "5.5.2", "5.5.3"]
35+
swift: ["5.6.0", "5.6.1", "5.6.2"]
3636
steps:
3737
- uses: actions/checkout@v3
3838
- name: Build and Test

0 commit comments

Comments
 (0)