From 5d9b5124d71081c2d2064529e5aea013df6c3d56 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 Closes #34. Signed-off-by: Gabriel Zachmann <18414445+zachmann@users.noreply.github.com> --- .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