From 3d178ff69d9aef7729ec5a5d0e0330acb147c47f Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Wed, 5 Jun 2024 02:14:46 -0700 Subject: [PATCH] Attempt to reinstate the macOS 13 runner (again). Hopefully fixes https://github.com/lgarron/folderify/issues/85 --- .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 ec3fbd2..fad69b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - os: [macos-12, macos-14] + os: [macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Checkout code