We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e74771 commit c560229Copy full SHA for c560229
1 file changed
.github/workflows/ci.yml
@@ -11,13 +11,13 @@ on:
11
12
jobs:
13
library:
14
- runs-on: macos-11
+ runs-on: macos-12
15
environment: default
16
strategy:
17
matrix:
18
platform: [macOS]
19
- xcode: [12.4, 12.5.1, 13.2]
20
- # Swift: 5.3, 5.4.2, 5.5.2
+ xcode: [13.2.1, 13.4.1, '14.0']
+ # Swift: 5.5.2, 5.6, 5.7
21
steps:
22
- uses: actions/checkout@v2
23
- name: Select Xcode ${{ matrix.xcode }}
0 commit comments