From 18fc17aa612f3c8b2380f23a6147e6d9e559a7f3 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 5 Nov 2024 08:59:36 -0800 Subject: [PATCH] move github runner from macos-12 to macos-14 --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0e5f412..ea5e363 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -147,7 +147,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-22.04, macos-12] + platform: [ubuntu-22.04, macos-14] python-version: ["3.9", "3.12"] steps: - name: "Check out repository"