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