Skip to content

Commit f0cac49

Browse files
committed
try macos 14 + 15
1 parent 856aa87 commit f0cac49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ jobs:
9999
# packages: ''
100100
# build_type: 'Release'
101101
# cxx_flags: '-g0 -Werror=cpp'
102-
- os: macos-15
102+
- os: macos-14
103103
compiler: 'clang++'
104104
build_type: 'Debug'
105105
cxx_flags: '-g0 -Werror=#warnings'
106-
# - os: macos-15
107-
# compiler: 'clang++'
108-
# build_type: 'Release'
109-
# cxx_flags: '-g0 -Werror=#warnings'
106+
- os: macos-15
107+
compiler: 'clang++'
108+
build_type: 'Release'
109+
cxx_flags: '-g0 -Werror=#warnings'
110110
runs-on: ${{ matrix.os }}
111111
container: ${{ matrix.container }}
112112
env:

0 commit comments

Comments
 (0)