Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Remove old MacOS-12 CI test #4464

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading