From a821d69ff5a95ca853315496e3e0d2aeb8568643 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Fri, 31 Jan 2025 18:09:23 -0600 Subject: [PATCH] ci: try macOS 13 for testing --- .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 e419600..edb1f14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: os: - ubuntu-latest # Note: This runs on ARM64 and not x86_64. - - macos-15 + - macos-13 - windows-latest steps: - uses: actions/checkout@v4 @@ -199,7 +199,7 @@ jobs: test_ios: name: "Test iOS (Catalyst)" - runs-on: macos-15 + runs-on: macos-13 steps: - uses: actions/checkout@v4 with: