Skip to content

Update CI to macOS 15 #27

Update CI to macOS 15

Update CI to macOS 15 #27

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'CODE_OF_CONDUCT.md'
- '.editorconfig'
- '.spi.yml'
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: macOS-15
env:
DEVELOPER_DIR: /Applications/Xcode_16.2.app
steps:
- uses: actions/checkout@v4
- name: Test platform ${{ matrix.destination }}
run: set -o pipefail && xcodebuild -scheme WindowTreatment -destination "platform=macOS" test | xcbeautify