Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Recent changes to GH Actions:

actions/runner-images#10703
  • Loading branch information
jessesquires committed Nov 13, 2024
1 parent bde4741 commit 1944518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
env-details:
name: Environment details
runs-on: macos-14
runs-on: macos-15
steps:
- name: xcode version
run: xcodebuild -version -sdk
Expand All @@ -37,7 +37,7 @@ jobs:
test-iOS:
name: iOS unit test
runs-on: macOS-14
runs-on: macos-15
steps:
- name: git checkout
uses: actions/checkout@v4
Expand All @@ -53,7 +53,7 @@ jobs:
ui-test-iOS:
name: iOS UI tests
runs-on: macos-14
runs-on: macos-15
steps:
- name: git checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spm-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
main:
name: SwiftPM Build
runs-on: macos-14
runs-on: macos-15
steps:
- name: git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1944518

Please sign in to comment.