From 78615418b590d269638d87010b07320881f7ffde Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Wed, 9 Jul 2025 21:40:33 -0500 Subject: [PATCH] update ci image --- .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 7e034a7..6047ad0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ on: jobs: test: - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v4 - name: Run tests env: - DEVELOPER_DIR: /Applications/Xcode_16.app + DEVELOPER_DIR: /Applications/Xcode_16.4.app run: xcodebuild test -scheme Xcodes