From adb09b29434a98be2b93ee3e089901b716356969 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 5 Nov 2024 08:42:11 -0800 Subject: [PATCH] move github runner from macos-12 to macos-14 --- .github/workflows/integration.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index fd5753313..108690636 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -90,7 +90,7 @@ jobs: fail-fast: false max-parallel: 3 matrix: - os: [ubuntu-22.04, macos-12, windows-2022] + os: [ubuntu-22.04, macos-14, windows-2022] python-version: ["3.9"] include: - os: ubuntu-22.04 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eef17ce52..f3411cc54 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -173,7 +173,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-12, windows-2022] + os: [ubuntu-22.04, macos-14, windows-2022] python-version: ['3.9', '3.10', '3.11', '3.12'] steps: