Skip to content

Commit

Permalink
Update CI to macOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Nov 19, 2024
1 parent f16f3e3 commit db04123
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ on:
jobs:
test:
name: Test
runs-on: macOS-14
runs-on: macOS-15
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.2.app
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Test platform ${{ matrix.destination }}
run: set -o pipefail && xcodebuild -scheme WindowTreatment -destination "platform=macOS" test | xcbeautify

0 comments on commit db04123

Please sign in to comment.