From c8f4de47ea286e27361a31c789a0d48482211743 Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Mon, 18 Apr 2022 09:42:54 -0500 Subject: [PATCH] Update CI to MacOS 12 + 13.2.1 --- .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 0801756..3a4a580 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ on: jobs: test: - runs-on: macOS-11.0 + runs-on: macos-12 steps: - uses: actions/checkout@v3 - name: Run tests env: - DEVELOPER_DIR: /Applications/Xcode_12.5.1.app + DEVELOPER_DIR: /Applications/Xcode_13.2.1.app run: xcodebuild test -scheme Xcodes