We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305c2a0 commit 17be123Copy full SHA for 17be123
.github/workflows/linux-simple2.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
compiler:
13
- - {cxx: clang++-14, other_pkgs: clang}
+ - {cxx: clang++, other_pkgs: clang}
14
build_type: [Debug, Release]
15
std: [11, 14, 17, 20]
16
#std: [11, 14, 17, 20]
@@ -27,12 +27,6 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
30
- - name: Add repositories for older GCC
31
- run: |
32
- sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ bionic main'
33
- sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ bionic universe'
34
- if: ${{ matrix.compiler.cxx == 'g++-5' || matrix.compiler.cxx == 'g++-6' }}
35
-
36
- name: Prepare environment
37
run: |
38
sudo apt-get update
0 commit comments