Skip to content

Commit 060d17f

Browse files
committed
Update ci.yml
1 parent 72c9477 commit 060d17f

1 file changed

Lines changed: 21 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
os: ubuntu-latest
7070
container: ubuntu:24.04
7171
install: g++-14
72+
- toolset: gcc-15
73+
cxxstd: "03,11,14,17,20,23,2c"
74+
os: ubuntu-latest
75+
container: ubuntu:25.10
76+
install: g++-15
7277
- toolset: clang
7378
compiler: clang++-3.9
7479
cxxstd: "03,11,14"
@@ -178,14 +183,20 @@ jobs:
178183
os: ubuntu-latest
179184
install: clang-20
180185
- toolset: clang
181-
cxxstd: "03,11,14,17,20,2b"
182-
os: macos-13
186+
compiler: clang++-21
187+
cxxstd: "03,11,14,17,20,23,2c"
188+
container: ubuntu:25.10
189+
os: ubuntu-latest
190+
install: clang-21
183191
- toolset: clang
184192
cxxstd: "03,11,14,17,20,2b"
185193
os: macos-14
186194
- toolset: clang
187195
cxxstd: "03,11,14,17,20,2b"
188196
os: macos-15
197+
- toolset: clang
198+
cxxstd: "03,11,14,17,20,23,2c"
199+
os: macos-26
189200

190201
runs-on: ${{matrix.os}}
191202

@@ -263,9 +274,9 @@ jobs:
263274
addrmd: 32,64
264275
os: windows-2022
265276
- toolset: clang-win
266-
cxxstd: "14,17,latest"
277+
cxxstd: "14,17,20,latest"
267278
addrmd: 32,64
268-
os: windows-2022
279+
os: windows-2025
269280
- toolset: gcc
270281
cxxstd: "03,11,14,17,2a"
271282
addrmd: 64
@@ -309,11 +320,8 @@ jobs:
309320
fail-fast: false
310321
matrix:
311322
include:
312-
- os: ubuntu-22.04
313-
- os: ubuntu-24.04
314-
- os: macos-13
315-
- os: macos-14
316-
- os: macos-15
323+
- os: ubuntu-latest
324+
- os: macos-latest
317325

318326
runs-on: ${{matrix.os}}
319327

@@ -357,11 +365,8 @@ jobs:
357365
fail-fast: false
358366
matrix:
359367
include:
360-
- os: ubuntu-22.04
361-
- os: ubuntu-24.04
362-
- os: macos-13
363-
- os: macos-14
364-
- os: macos-15
368+
- os: ubuntu-latest
369+
- os: macos-latest
365370

366371
runs-on: ${{matrix.os}}
367372

@@ -415,11 +420,8 @@ jobs:
415420
fail-fast: false
416421
matrix:
417422
include:
418-
- os: ubuntu-22.04
419-
- os: ubuntu-24.04
420-
- os: macos-13
421-
- os: macos-14
422-
- os: macos-15
423+
- os: ubuntu-latest
424+
- os: macos-latest
423425

424426
runs-on: ${{matrix.os}}
425427

0 commit comments

Comments
 (0)