Skip to content

Commit b6c8ea6

Browse files
committed
ci: remove Ubuntu 20.04 jobs
... because these images are deprecated and will be unsupported by April. Related: actions/runner-images#11101
1 parent acdb941 commit b6c8ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
compiler: [clang, gcc]
17-
version: [20.04, 22.04]
17+
version: [22.04]
1818

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

0 commit comments

Comments
 (0)