Skip to content

Commit

Permalink
Update CI to Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jszumski authored May 29, 2024
1 parent cfa8ebc commit afae002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
xcode-build:
name: Xcode Build
runs-on: macOS-11
runs-on: macos-latest
strategy:
matrix:
platform: ['iOS_14', 'iOS_13']
Expand All @@ -35,7 +35,7 @@ jobs:
path: .build/derivedData/**/Logs/Test/*.xcresult
pod-lint:
name: Lint Pod
runs-on: macOS-12
runs-on: macos-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:
run: bundle exec pod lib lint --verbose --fail-fast
spm:
name: SPM Build
runs-on: macOS-12
runs-on: macos-latest
strategy:
matrix:
platform: ['iOS_16', 'iOS_15']
Expand All @@ -63,7 +63,7 @@ jobs:
run: Scripts/build.swift spm ${{ matrix.platform }} `which xcpretty`
bazel:
name: Bazel
runs-on: macOS-12
runs-on: macos-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit afae002

Please sign in to comment.