We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde4741 commit 44ade67Copy full SHA for 44ade67
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ env:
25
jobs:
26
env-details:
27
name: Environment details
28
- runs-on: macos-14
+ runs-on: macos-15
29
steps:
30
- name: xcode version
31
run: xcodebuild -version -sdk
@@ -37,7 +37,7 @@ jobs:
37
38
test-iOS:
39
name: iOS unit test
40
- runs-on: macOS-14
41
42
- name: git checkout
43
uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
53
54
ui-test-iOS:
55
name: iOS UI tests
56
57
58
59
.github/workflows/spm-ios.yml
@@ -19,7 +19,7 @@ env:
19
20
main:
21
name: SwiftPM Build
22
23
24
0 commit comments