From db04123817883630862b5cba59f3283e53782ace Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Tue, 19 Nov 2024 07:12:39 -0500 Subject: [PATCH] Update CI to macOS 15 --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7876ea5..64c6cf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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