Skip to content

Commit 20ed4e6

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 c24a929 commit 20ed4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.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++, g++]
17-
version: [20.04, 22.04, 24.04]
17+
version: [22.04, 24.04]
1818

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

0 commit comments

Comments
 (0)