Skip to content

Commit

Permalink
ci: support xcode 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scenee committed Nov 18, 2023
1 parent 5b33d3d commit 5ffd5e8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
fail-fast: false
matrix:
include:
- swift: "5.9"
xcode: "15.0.1"
runsOn: macos-13
- swift: "5.8"
xcode: "14.3"
xcode: "14.3.1"
runsOn: macos-13
- swift: "5.7"
xcode: "14.1"
Expand Down Expand Up @@ -52,6 +55,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: "17.0"
xcode: "15.0.1"
sim: "iPhone 15 Pro"
parallel: NO # Stop random test job failures
runsOn: macos-13
- os: "16.4"
xcode: "14.3.1"
sim: "iPhone 14 Pro"
Expand Down

0 comments on commit 5ffd5e8

Please sign in to comment.