Skip to content

Commit

Permalink
ci: Remove old MacOS-12 CI test
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lgritz committed Sep 30, 2024
1 parent c1318c1 commit 3e9c45c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 3e9c45c

Please sign in to comment.