From 9cd7bbafe367ed6a2af1e68e0771351168b280c8 Mon Sep 17 00:00:00 2001 From: Stacy Brock Date: Mon, 11 Nov 2024 16:09:43 -0800 Subject: [PATCH] Update github test target for macOS --- .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 ba976e1..c740956 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-22.04, macos-12] + os: [ubuntu-22.04, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew