From 4dcdf9fc3f9d16184096252a27a929623b88ad89 Mon Sep 17 00:00:00 2001 From: Ivailo Petrov <5092875+ivailop@users.noreply.github.com> Date: Sat, 13 Sep 2025 12:54:19 -0700 Subject: [PATCH] switch CI to run on macos-13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28f3f7e..7b85862 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-12, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, macos-latest, windows-latest] steps: - uses: actions/checkout@v4 - name: Testspace client install & config