Skip to content

Commit 44ade67

Browse files
authored
Fix CI (#145)
Recent changes to GH Actions: actions/runner-images#10703
1 parent bde4741 commit 44ade67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
jobs:
2626
env-details:
2727
name: Environment details
28-
runs-on: macos-14
28+
runs-on: macos-15
2929
steps:
3030
- name: xcode version
3131
run: xcodebuild -version -sdk
@@ -37,7 +37,7 @@ jobs:
3737
3838
test-iOS:
3939
name: iOS unit test
40-
runs-on: macOS-14
40+
runs-on: macos-15
4141
steps:
4242
- name: git checkout
4343
uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353
5454
ui-test-iOS:
5555
name: iOS UI tests
56-
runs-on: macos-14
56+
runs-on: macos-15
5757
steps:
5858
- name: git checkout
5959
uses: actions/checkout@v4

.github/workflows/spm-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
main:
2121
name: SwiftPM Build
22-
runs-on: macos-14
22+
runs-on: macos-15
2323
steps:
2424
- name: git checkout
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)