From 407fe963081a264db000fc5f38c6481b1d59a0a7 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 60ef29c..12d629d 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