Skip to content

Commit c560229

Browse files
committed
Update github CI action config
structured-concurrency-release
1 parent 8e74771 commit c560229

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111

1212
jobs:
1313
library:
14-
runs-on: macos-11
14+
runs-on: macos-12
1515
environment: default
1616
strategy:
1717
matrix:
1818
platform: [macOS]
19-
xcode: [12.4, 12.5.1, 13.2]
20-
# Swift: 5.3, 5.4.2, 5.5.2
19+
xcode: [13.2.1, 13.4.1, '14.0']
20+
# Swift: 5.5.2, 5.6, 5.7
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)