There was an error while loading. Please reload this page.
1 parent a3e7526 commit 67002dfCopy full SHA for 67002df
1 file changed
.github/workflows/ci.yml
@@ -8,19 +8,18 @@ on:
8
9
jobs:
10
format:
11
- runs-on: macos-14
+ runs-on: macos-15
12
13
steps:
14
- uses: actions/checkout@v4
15
- run: brew install swift-format
16
- run: swift-format lint --recursive .
17
18
test:
19
20
21
22
23
- - run: sudo xcode-select -switch /Applications/Xcode_16.1.app
24
- run: |
25
xcodebuild test \
26
-project "Leader Key.xcodeproj" \
0 commit comments