From dd461127691516588da40f7abdcd06f2d2ab6f3c Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Sat, 12 Oct 2024 20:57:39 -0500 Subject: [PATCH] chore: set CI to MacOS 14, Xcode 16 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 788f9af6..7e034a72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ on: jobs: test: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v4 - name: Run tests env: - DEVELOPER_DIR: /Applications/Xcode_15.0.1.app + DEVELOPER_DIR: /Applications/Xcode_16.app run: xcodebuild test -scheme Xcodes