From 9aa236e44901e3a1701483e4538970f6fdcbc42e Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Thu, 21 Mar 2024 02:00:39 -0700 Subject: [PATCH] Remove the macOS 13 runner for now (again). See https://github.com/lgarron/folderify/issues/85 and https://github.com/Homebrew/brew/issues/16930 --- .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 9963f18..26051f6 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