Skip to content

Commit 2c3f822

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,14 @@ jobs:
623623
cxx_std: 20
624624
python_ver: "3.13"
625625
benchmark: 1
626+
- desc: MacOS-26-ARM aclang16/C++20/py3.13
627+
runner: macos-26
628+
nametag: macos26-arm-py313
629+
cc_compiler: clang
630+
cxx_compiler: clang++
631+
cxx_std: 20
632+
python_ver: "3.14"
633+
benchmark: 1
626634

627635

628636
#

0 commit comments

Comments
 (0)