Skip to content

Commit f9cb6ee

Browse files
committed
Switch to use macos-13. Add xcode-14.3 for swift 5.8 support.
feature/update-workflow
1 parent 56caa19 commit f9cb6ee

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,21 @@ on:
1111

1212
jobs:
1313
lint:
14-
runs-on: macos-12
14+
runs-on: macos-13
1515
environment: default
16-
strategy:
17-
matrix:
18-
xcode: ['14.2']
19-
# Swift: 5.7
2016
steps:
2117
- uses: actions/checkout@v3
2218
- name: Format lint
2319
run: swiftformat --lint .
2420
- name: Lint
2521
run: swiftlint .
2622
macos-test:
27-
runs-on: macos-12
23+
runs-on: macos-13
2824
environment: default
2925
strategy:
3026
matrix:
31-
xcode: ['14.2']
32-
# Swift: 5.7
27+
xcode: ['14.2', '14.3']
28+
# Swift: 5.7 , 5.8
3329
steps:
3430
- uses: actions/checkout@v3
3531
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)