We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56caa19 commit f9cb6eeCopy full SHA for f9cb6ee
.github/workflows/ci.yml
@@ -11,25 +11,21 @@ on:
11
12
jobs:
13
lint:
14
- runs-on: macos-12
+ runs-on: macos-13
15
environment: default
16
- strategy:
17
- matrix:
18
- xcode: ['14.2']
19
- # Swift: 5.7
20
steps:
21
- uses: actions/checkout@v3
22
- name: Format lint
23
run: swiftformat --lint .
24
- name: Lint
25
run: swiftlint .
26
macos-test:
27
28
29
strategy:
30
matrix:
31
32
+ xcode: ['14.2', '14.3']
+ # Swift: 5.7 , 5.8
33
34
35
- name: Select Xcode ${{ matrix.xcode }}
0 commit comments