Skip to content

Commit

Permalink
Test macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 9, 2024
1 parent 8f6bd94 commit 1f2fc3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
os:
- "macOS-12"
- "macOS-13"
- "macOS-14"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install XCBeautify
run: brew install xcbeautify
- name: Test
run: set -o pipefail && xcodebuild -scheme CoreSymbolication -destination "platform=macOS" test | xcbeautify --renderer github-actions
run: set -o pipefail && xcodebuild -scheme CoreSymbolication -destination "platform=macOS" test | xcbeautify

0 comments on commit 1f2fc3d

Please sign in to comment.