Skip to content

Commit b198b78

Browse files
committed
[CI] macOS 11 and Xcode 12.5
1 parent 27ed6c3 commit b198b78

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-swiftpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313
jobs:
1414
swiftpm_darwin:
1515
name: SwiftPM, Darwin, Xcode ${{ matrix.xcode }}
16-
runs-on: macos-latest
16+
runs-on: macos-11
1717
strategy:
1818
matrix:
19-
xcode: [12.4]
19+
xcode: [12.4, 12.5]
2020
env:
2121
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app
2222
steps:

.github/workflows/ci-xcode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313
jobs:
1414
xcode:
1515
name: Xcode ${{ matrix.xcode }} - ${{ matrix.platform }}
16-
runs-on: macos-latest
16+
runs-on: macos-11
1717
strategy:
1818
matrix:
19-
xcode: [12.4]
19+
xcode: [12.4, 12.5]
2020
platform: [macos, ios, tvos]
2121
fail-fast: false
2222
env:

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
cocoapods:
1515
name: CocoaPods Lint
16-
runs-on: macos-latest
16+
runs-on: macos-11
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)