From a34dfd37de7ac066724e29763b4dfbb8c9f2e0b2 Mon Sep 17 00:00:00 2001 From: JCGoran Date: Mon, 4 Nov 2024 11:46:55 +0100 Subject: [PATCH] Bump MacOS versions in CI (#3102) --- .github/workflows/neuron-ci.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/neuron-ci.yml b/.github/workflows/neuron-ci.yml index c77d5a6b45..0c82d98836 100644 --- a/.github/workflows/neuron-ci.yml +++ b/.github/workflows/neuron-ci.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: - os: [ macOS-12, ubuntu-20.04] + os: [macOS-13, ubuntu-20.04] config: - { matrix_eval : "CC=gcc-9 CXX=g++-9", build_mode: "setuptools"} - { matrix_eval : "CC=gcc-10 CXX=g++-10", build_mode: "cmake", music: ON} diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 238988a536..4c63865634 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -85,7 +85,7 @@ stages: - job: 'MacOSWheels' timeoutInMinutes: 60 pool: - vmImage: 'macOS-12' + vmImage: 'macOS-13' strategy: matrix: Python38: