2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Update ci.yml (#178)

This commit is contained in:
Antony Polukhin
2024-08-14 20:28:49 +03:00
committed by GitHub
parent 449bf360f7
commit dec9341546
2 changed files with 3 additions and 3 deletions

View File

@@ -17,9 +17,9 @@ jobs:
fail-fast: false
matrix:
include:
- toolset: gcc-13
- toolset: gcc-14
cxxstd: "03,11,14,17,20"
os: ubuntu-22.04
os: ubuntu-24.04
- toolset: gcc-12 # Do not remove! It is the only toolset that tests misc/strip_boost_namespace.sh
cxxstd: "03,11,14,17,2a"
os: ubuntu-22.04