Skip to content

Commit 9defc0c

Browse files
committed
CI: drop Ubuntu 18.04 jobs
They are deprecated according to the GitHub Blog [1] and will be removed by the end of November. [1] https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/
1 parent d721139 commit 9defc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
compiler: [clang++, g++]
17-
version: [18.04, 20.04, 22.04]
17+
version: [20.04, 22.04]
1818

1919
runs-on: ubuntu-${{ matrix.version }}
2020
env:

0 commit comments

Comments
 (0)