Skip to content

Commit 17be123

Browse files
committed
next tes
1 parent 305c2a0 commit 17be123

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/linux-simple2.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
compiler:
13-
- {cxx: clang++-14, other_pkgs: clang}
13+
- {cxx: clang++, other_pkgs: clang}
1414
build_type: [Debug, Release]
1515
std: [11, 14, 17, 20]
1616
#std: [11, 14, 17, 20]
@@ -27,12 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929

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-
3630
- name: Prepare environment
3731
run: |
3832
sudo apt-get update

0 commit comments

Comments
 (0)