Skip to content

Commit

Permalink
Use macOS 15 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Oct 29, 2024
1 parent 6bdf581 commit 6b336b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
xcode-build-16:
name: Xcode 16 Build
runs-on: macOS-14
runs-on: macOS-15
strategy:
matrix:
platforms: [
Expand All @@ -37,7 +37,7 @@ jobs:
run: Scripts/upload-coverage-reports.sh ${{ matrix.platforms }}
pod-lint:
name: Pod Lint
runs-on: macOS-14
runs-on: macOS-15
timeout-minutes: 30
steps:
- name: Checkout Repo
Expand All @@ -50,7 +50,7 @@ jobs:
run: bundle exec pod lib lint --verbose --fail-fast --swift-version=6.0
carthage:
name: Carthage
runs-on: macOS-14
runs-on: macOS-15
timeout-minutes: 30
steps:
- name: Checkout Repo
Expand All @@ -64,8 +64,8 @@ jobs:
- name: Build Framework
run: carthage build --verbose --no-skip-current --use-xcframeworks
spm-16:
name: SPM Build macOS 14
runs-on: macOS-14
name: SPM Build macOS 15
runs-on: macOS-15
strategy:
matrix:
platforms: [
Expand Down

0 comments on commit 6b336b6

Please sign in to comment.