Skip to content

Commit ab2f118

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

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
@@ -647,6 +647,14 @@ jobs:
647647
cxx_std: 20
648648
python_ver: "3.13"
649649
benchmark: 1
650+
- desc: MacOS-26-ARM aclang16/C++20/py3.13
651+
runner: macos-26
652+
nametag: macos26-arm-py313
653+
cc_compiler: clang
654+
cxx_compiler: clang++
655+
cxx_std: 20
656+
python_ver: "3.14"
657+
benchmark: 1
650658

651659

652660
#

0 commit comments

Comments
 (0)