Skip to content

Commit 6717214

Browse files
fix test cases
1 parent 3817f5d commit 6717214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test:
1010
name: Test using Xcode ${{ matrix.xcode }}
11-
runs-on: macos-latest
11+
runs-on: macos-14
1212

1313
env:
1414
xcodeproj: Lock.xcodeproj
@@ -47,7 +47,7 @@ jobs:
4747

4848
pod-lint:
4949
name: Lint podspec using Xcode ${{ matrix.xcode }}
50-
runs-on: macos-latest
50+
runs-on: macos-14
5151

5252
strategy:
5353
matrix:
@@ -72,7 +72,7 @@ jobs:
7272

7373
swiftlint:
7474
name: Lint code with SwiftLint
75-
runs-on: macos-latest
75+
runs-on: macos-14
7676

7777
steps:
7878
- name: Checkout

0 commit comments

Comments
 (0)