Skip to content

Commit f424e8a

Browse files
committed
Update to using the latest default macOS and Xcode toolchain
1 parent 19bd4d3 commit f424e8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Continuous Integration
22

33
env:
4-
DEVELOPER_DIR: "/Applications/Xcode_12.5.app/Contents/Developer"
4+
DEVELOPER_DIR: "/Applications/Xcode_13.2.1.app/Contents/Developer"
55

66
on:
77
pull_request:
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
xcode-build:
1414
name: Xcode Build
15-
runs-on: macos-11
15+
runs-on: macos-latest
1616
strategy:
1717
matrix:
1818

@@ -30,7 +30,7 @@ jobs:
3030

3131
xcode-test:
3232
name: Xcode Test
33-
runs-on: macos-11
33+
runs-on: macos-latest
3434
strategy:
3535
matrix:
3636
destination: [
@@ -48,7 +48,7 @@ jobs:
4848
4949
swift-package-manager-test:
5050
name: Swift Package Manager
51-
runs-on: macos-11
51+
runs-on: macos-latest
5252

5353
steps:
5454
- uses: actions/checkout@v1
@@ -57,7 +57,7 @@ jobs:
5757

5858
cocoapods-verify:
5959
name: CocoaPods
60-
runs-on: macos-11
60+
runs-on: macos-latest
6161

6262
steps:
6363
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)