Skip to content

Commit

Permalink
Merge pull request #307 from ishkawa/feature/xcode14-ci
Browse files Browse the repository at this point in the history
[CI] Add Xcode14 and Swift 5.7
  • Loading branch information
Econa77 authored Oct 2, 2022
2 parents 0d0d79c + 77fb3c5 commit 7e96b9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 7e96b9a

Please sign in to comment.