From 2c0095f26092f14b3e09985dddfce02bede4dd66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 13 Dec 2025 12:28:24 +0100 Subject: [PATCH] Remove different standard levels. This is already tested on Linux, Cygwin tests are aimed to tackle operating system differences. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40d3055..4b29373 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ env: DEFAULT_BUILD_VARIANT: debug,release jobs: - posix: + linux_and_mac: defaults: run: shell: bash @@ -735,7 +735,6 @@ jobs: matrix: include: - toolset: gcc - cxxstd: "03,11,14,17" cxxflags: -pipe os: windows-latest