Skip to content

Commit

Permalink
Update to using the latest default macOS and Xcode toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Jan 19, 2022
1 parent 19bd4d3 commit f424e8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Continuous Integration

env:
DEVELOPER_DIR: "/Applications/Xcode_12.5.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_13.2.1.app/Contents/Developer"

on:
pull_request:
Expand All @@ -12,7 +12,7 @@ on:
jobs:
xcode-build:
name: Xcode Build
runs-on: macos-11
runs-on: macos-latest
strategy:
matrix:

Expand All @@ -30,7 +30,7 @@ jobs:

xcode-test:
name: Xcode Test
runs-on: macos-11
runs-on: macos-latest
strategy:
matrix:
destination: [
Expand All @@ -48,7 +48,7 @@ jobs:
swift-package-manager-test:
name: Swift Package Manager
runs-on: macos-11
runs-on: macos-latest

steps:
- uses: actions/checkout@v1
Expand All @@ -57,7 +57,7 @@ jobs:

cocoapods-verify:
name: CocoaPods
runs-on: macos-11
runs-on: macos-latest

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit f424e8a

Please sign in to comment.