Skip to content

Commit

Permalink
ci: use Xcode 15.4 (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
scenee authored May 18, 2024
1 parent e473c3c commit f45b6aa
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
fail-fast: false
matrix:
include:
- swift: "5.10"
xcode: "15.4"
runs-on: macos-14
- swift: "5.9"
xcode: "15.2"
runs-on: macos-13
Expand Down Expand Up @@ -55,11 +58,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: "17.2"
xcode: "15.2"
- os: "17.5"
xcode: "15.4"
sim: "iPhone 15 Pro"
parallel: NO # Stop random test job failures
runs-on: macos-13
runs-on: macos-14
- os: "16.4"
xcode: "14.3.1"
sim: "iPhone 14 Pro"
Expand All @@ -82,9 +85,9 @@ jobs:
timeout-minutes: 20

example:
runs-on: macos-13
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
strategy:
fail-fast: false
matrix:
Expand All @@ -103,9 +106,9 @@ jobs:
-sdk iphonesimulator
swiftpm:
runs-on: macos-13
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -166,9 +169,9 @@ jobs:
run: carthage build --use-xcframeworks --no-skip-current

cocoapods:
runs-on: macos-13
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
steps:
- uses: actions/checkout@v3
- name: "CocoaPods: pod lib lint"
Expand Down

0 comments on commit f45b6aa

Please sign in to comment.