From 5ca16b98ea9df235e334f5ba201386d49f44ff5d Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sun, 17 Mar 2024 19:23:42 -0700 Subject: [PATCH] [test.yml] Remove the macOS 13 runner. It seems to have issues installing ImageMagick. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59860e3..c605fec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - os: [macos-12, macos-13, macos-14] + os: [macos-12, macos-14] runs-on: ${{ matrix.os }} steps: - name: Checkout code