Skip to content

Commit ab146c0

Browse files
authored
Adding macOS 26 to CI (#489)
1 parent f0811e8 commit ab146c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,16 @@ jobs:
167167
fail-fast: false
168168
matrix:
169169
os:
170-
- macos-13
171170
- macos-14
171+
- macos-15
172172
build_system:
173173
- CMake
174174
compiler:
175175
- LLVM
176176
on_default_branch:
177177
- ${{ contains(github.ref, 'master') || contains(github.ref, 'develop') || contains(github.ref, 'CI') }}
178178
include:
179-
- os: macos-15
179+
- os: macos-26
180180
build_system: CMake
181181
compiler: LLVM
182182
exclude:

docs/build/building_on_macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document provides users with step-by-step instructions on how to compile an
44

55
Please see our [Continuous Integration script](/.github/workflows/build-and-test.yml) for more details.
66

7-
## macOS 11/12/13/14/15
7+
## macOS 11/12/13/14/15/26
88

99
```shell
1010
#!/usr/bin/env bash

0 commit comments

Comments
 (0)