Skip to content

Commit 2c0095f

Browse files
committed
Remove different standard levels. This is already tested on Linux, Cygwin tests are aimed to tackle operating system differences.
1 parent aea5c01 commit 2c0095f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
DEFAULT_BUILD_VARIANT: debug,release
1515

1616
jobs:
17-
posix:
17+
linux_and_mac:
1818
defaults:
1919
run:
2020
shell: bash
@@ -735,7 +735,6 @@ jobs:
735735
matrix:
736736
include:
737737
- toolset: gcc
738-
cxxstd: "03,11,14,17"
739738
cxxflags: -pipe
740739
os: windows-latest
741740

0 commit comments

Comments
 (0)