From d064c9e1d034724c683ae37dfe07b6d891f9f2f1 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 7 May 2024 21:32:05 +0200 Subject: [PATCH] Fix CI --- .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 8da617ba..062346c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: test: strategy: matrix: - os: [ macos-latest, ubuntu-latest, windows-latest ] + os: [ macos-13, ubuntu-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: Checkout