Skip to content

Commit

Permalink
[CI] Add Xcode14 and Swift 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Econa77 committed Oct 2, 2022
1 parent 0d0d79c commit 18e3611
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-12
name: CocoaPods Lint
env:
DEVELOPER_DIR: "/Applications/Xcode_13.4.1.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_14.0.1.app/Contents/Developer"
steps:
- uses: actions/checkout@v2
- run: pod lib lint --allow-warnings
Expand All @@ -24,6 +24,9 @@ jobs:
fail-fast: false
matrix:
include:
- xcode: "Xcode_14.0.1"
runsOn: macOS-12
name: "macOS 12, Xcode 14.0.1, Swift 5.7"
- xcode: "Xcode_13.4.1"
runsOn: macOS-12
name: "macOS 12, Xcode 13.4.1, Swift 5.6.1"
Expand Down Expand Up @@ -56,6 +59,10 @@ jobs:
fail-fast: false
matrix:
include:
- xcode: "Xcode_14.0.1"
runsOn: macOS-12
name: "macOS 12, Xcode 14.0.1, Swift 5.7"
action: swift test -c debug
- xcode: "Xcode_13.4.1"
runsOn: macOS-12
name: "macOS 12, Xcode 13.4.1, Swift 5.6.1"
Expand Down

0 comments on commit 18e3611

Please sign in to comment.