Skip to content

Commit 96fd34b

Browse files
committed
CI Update mac versions for build test
1 parent 6d2cf46 commit 96fd34b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-cppfront.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ jobs:
3535
- compiler: clang++-14
3636
cxx-std: 'c++2b'
3737
include:
38-
- runs-on: macos-latest
38+
- runs-on: macos-15
3939
compiler: clang++
4040
cxx-std: 'c++20'
41+
- runs-on: macos-15
42+
compiler: clang++
43+
cxx-std: 'c++2b'
4144
- runs-on: ubuntu-22.04
4245
compiler: clang++-15
4346
cxx-std: 'c++20'

0 commit comments

Comments
 (0)