Skip to content

Commit 43f4a7d

Browse files
committed
[CI] Remove deprecated Ubuntu 18.04 builds.
1 parent 75f85d0 commit 43f4a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ jobs:
141141

142142
cpp-clang-build:
143143
name: C++ Clang ${{ matrix.version }}
144-
runs-on: ubuntu-18.04
144+
runs-on: ubuntu-20.04
145145
strategy:
146146
fail-fast: false
147147
matrix:
148-
version: [ '6.0', '7', '8', '9', '10', '11', '12', '13', '14' ]
148+
version: [ '8', '9', '10', '11', '12', '13', '14' ]
149149
env:
150150
CC: clang-${{ matrix.version }}
151151
CXX: clang++-${{ matrix.version }}

0 commit comments

Comments
 (0)