Skip to content

Commit 7c73ad7

Browse files
authored
Update CommitChecks.yml
1 parent 14ac4b4 commit 7c73ad7

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/CommitChecks.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,13 @@ name: CommitChecks
33
on: [push]
44

55
jobs:
6-
pod-lint:
7-
runs-on: macos-latest
8-
9-
steps:
10-
- uses: maxim-lobanov/setup-xcode@v1.1
11-
with:
12-
xcode-version: "12.3"
13-
- uses: actions/checkout@v2
14-
- name: Lint Cocoapods
15-
run: pod lib lint --allow-warnings
166
build-with-swiftpm:
17-
runs-on: macOS-latest
7+
runs-on: macOS-13
188

199
steps:
2010
- uses: maxim-lobanov/setup-xcode@v1.1
2111
with:
22-
xcode-version: "12.3"
12+
xcode-version: "15.0"
2313
- uses: actions/checkout@v2
2414
- name: Build
2515
run: swift build -v

0 commit comments

Comments
 (0)