From 22b9e89eff609e6347919156c7653c879d801021 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 6 Mar 2025 14:19:26 +0100 Subject: [PATCH] Let's try 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 fb19668..5dfad42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: test: strategy: matrix: - os: [ macos-14, ubuntu-latest, windows-latest ] + os: [ macos-13, ubuntu-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: Checkout