From 602fd5db21e1c07f92d6a5cf88d63853917c678e Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Sat, 4 May 2024 23:46:19 -0700 Subject: [PATCH] Try mac 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 db64511..3508016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, windows-latest] fail-fast: false steps: - uses: actions/checkout@v4