From 774bb673d73b1b43b5167fd583268a659ef96118 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Wed, 2 Oct 2024 16:02:07 -0700 Subject: [PATCH] Upgrade macos test environment --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f3ba5f3fd..77c69f748 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,7 +7,7 @@ on: jobs: macos: name: Test macOS - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4