From f65e73f10f838a90135447a22a7f84228c36bc1a Mon Sep 17 00:00:00 2001 From: Gabriel Zachmann Date: Thu, 24 Oct 2024 10:48:11 +0200 Subject: [PATCH] Update tests.yml remove macos-12 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f5f672..3e30cd5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [macos-12, macos-13, macos-14] + os: [macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew