build: C++20 only workflows (but still ready for C++23)

This commit is contained in:
skypjack
2025-11-22 19:09:52 +01:00
parent c4904e8bcf
commit db024cff7d
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ jobs:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
id_type: ["std::uint32_t", "std::uint64_t"]
cxx_std: [cxx_std_17, cxx_std_20]
cxx_std: [cxx_std_20]
timeout-minutes: 15
runs-on: ${{ matrix.os }}

View File

@@ -11,7 +11,7 @@ jobs:
matrix:
compiler: [clang++]
id_type: ["std::uint32_t", "std::uint64_t"]
cxx_std: [cxx_std_17, cxx_std_20]
cxx_std: [cxx_std_20]
runs-on: ubuntu-latest