Skip to content

Commit fed1137

Browse files
authored
ci: add MacOS 26 (ARM) to the CI lineup (#5059)
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 97597da commit fed1137

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,14 @@ jobs:
630630
cxx_std: 20
631631
python_ver: "3.13"
632632
benchmark: 1
633+
- desc: MacOS-26-ARM aclang16/C++20/py3.13
634+
runner: macos-26
635+
nametag: macos26-arm-py313
636+
cc_compiler: clang
637+
cxx_compiler: clang++
638+
cxx_std: 20
639+
python_ver: "3.14"
640+
benchmark: 1
633641

634642

635643
#

0 commit comments

Comments
 (0)