Skip to content

Commit 48bc51c

Browse files
committed
CI-unixish.yml: added macos-15
1 parent 0c88674 commit 48bc51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-unixish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
compiler: [clang++, g++]
11-
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
11+
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15]
1212
fail-fast: false
1313

1414
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)