Skip to content

Commit cfd7105

Browse files
Update CI
1 parent 3038e28 commit cfd7105

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ on:
1313
branches:
1414
- main
1515

16-
env:
17-
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
18-
1916
jobs:
2017
test:
2118
name: Test
22-
runs-on: macOS-13
19+
runs-on: macOS-14
20+
env:
21+
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
2322
strategy:
2423
matrix:
2524
destination:
@@ -28,8 +27,5 @@ jobs:
2827
- "platform=tvOS Simulator,name=Apple TV"
2928

3029
steps:
31-
- uses: actions/checkout@v4
32-
- name: Install XCBeautify
33-
run: brew install xcbeautify
3430
- name: Test platform ${{ matrix.destination }}
35-
run: set -o pipefail && xcodebuild -scheme OAuthenticator -destination "${{ matrix.destination }}" test | xcbeautify --renderer github-actions
31+
run: set -o pipefail && xcodebuild -scheme OAuthenticator -destination "${{ matrix.destination }}" test | xcbeautify

0 commit comments

Comments
 (0)