Skip to content

Commit e77198e

Browse files
committed
[ci] macos-12 / swift 5.6
1 parent 42f62f3 commit e77198e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ jobs:
207207
os: macos-11
208208
- swift: ~5.5
209209
os: macos-11
210+
- swift: ~5.6
211+
os: macos-12
210212
steps:
211213
- uses: actions/checkout@v2
212214
- uses: ./
@@ -242,6 +244,8 @@ jobs:
242244
include:
243245
- xcode: ^10
244246
os: macos-10.15
247+
- xcode: ^13
248+
os: macos-12
245249
- platform: mac-catalyst
246250
xcode: ^13
247251
codecov: false
@@ -260,6 +264,7 @@ jobs:
260264
- run: |
261265
xcode-select --print-path
262266
267+
# lol we didn't comment on how this was different to the above and now I'm not sure
263268
more-xcode:
264269
name: ${{ matrix.platform }} (${{ matrix.action }}, ${{ matrix.xcode }}${{ matrix.codecov && ', cc' || ''}}, ${{ matrix.os }})
265270
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)