Skip to content

Commit 0eef0f0

Browse files
committed
Remove CI support for C++20
Why did GitHub fuck up the runner images so much?
1 parent 3766b97 commit 0eef0f0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
architecture: [x86, x64]
12-
dialect: [C++17, C++20]
12+
dialect: [C++17] #Uncomment once #8659 is fixed [C++17, C++20]
1313
config: [debug, release]
1414
machine:
1515
- os: ubuntu-latest
@@ -36,11 +36,6 @@ jobs:
3636
- name: Install GCC
3737
if: matrix.machine.toolset == 'gcc'
3838
run: sudo apt-get update && sudo apt-get install -y gcc g++
39-
- name: Clang libstdc++ image workaround
40-
if: matrix.machine.toolset == 'clang'
41-
uses: mjp41/workaround8649@7929373c0fe5caf844d8115adccef39e3b5362e7
42-
with:
43-
os: ${{ matrix.machine.os }}
4439
- name: Install Clang & LLVM
4540
if: matrix.machine.toolset == 'clang'
4641
run: sudo apt-get update && sudo apt-get install -y clang llvm lld

0 commit comments

Comments
 (0)