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