From 8f67d9851818e6d77425e400755348dbe91663e5 Mon Sep 17 00:00:00 2001 From: Cal Stephens Date: Wed, 31 Jan 2024 14:48:43 -0800 Subject: [PATCH] Continue using macOS 13 on jobs that use Xcode 14.2 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a8c2a8..a7f5742 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: jobs: test-package-excluding-visionOS: name: "Test Package" - runs-on: macos-14 + runs-on: macos-13 strategy: fail-fast: false matrix: @@ -44,7 +44,7 @@ jobs: build-example-excluding-visionOS: name: "Build Example App" - runs-on: macos-14 + runs-on: macos-13 strategy: fail-fast: false matrix: