Skip to content

Commit e56c4bd

Browse files
committed
Deprecating macOS 12 and adding macOS 15
1 parent 9e3cb95 commit e56c4bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,16 @@ jobs:
165165
fail-fast: false
166166
matrix:
167167
os:
168-
- macos-12
169168
- macos-13
169+
- macos-14
170170
build_system:
171171
- CMake
172172
compiler:
173173
- LLVM
174174
on_default_branch:
175175
- ${{ contains(github.ref, 'master') || contains(github.ref, 'develop') || contains(github.ref, 'CI') }}
176176
include:
177-
- os: macos-14
177+
- os: macos-15
178178
build_system: CMake
179179
compiler: LLVM
180180
exclude:

0 commit comments

Comments
 (0)