From 3e9c45c80ccc03e259d7dde0bb7ae49936842024 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Sun, 29 Sep 2024 18:32:58 -0700 Subject: [PATCH] ci: Remove old MacOS-12 CI test It's an old flavor not well supported by homebrew any longer, so what's happening is that most of the dependency packages we ask to install have to build from source, which means it takes a long long time. Just get rid of it, we have two other Mac test cases -- a newer MacOS 13 Intel one, and a MacOS 14 ARM one. That's enough coverage. Signed-off-by: Larry Gritz --- .github/workflows/ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9491c26295..5d57120af8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -506,14 +506,6 @@ jobs: fail-fast: false matrix: include: - - desc: MacOS-12 - runner: macos-12 - nametag: macos12-py310 - cc_compiler: clang - cxx_compiler: clang++ - cxx_std: 17 - python_ver: "3.10" - aclang: 13 - desc: MacOS-13 runner: macos-13 nametag: macos13-py311 @@ -525,11 +517,11 @@ jobs: simd: sse4.2,avx2 - desc: MacOS-14-ARM runner: macos-14 - nametag: macos14-arm-py311 + nametag: macos14-arm-py312 cc_compiler: clang cxx_compiler: clang++ cxx_std: 20 - python_ver: "3.11" + python_ver: "3.12" aclang: 15 runs-on: ${{ matrix.runner }} env: