Skip to content

Commit dc1a3f3

Browse files
committed
Also drop EOL 20.04
1 parent e773365 commit dc1a3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
17+
os: [ubuntu-22.04, ubuntu-24.04]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Setup cmake
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:
38-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
38+
os: [ubuntu-22.04, ubuntu-24.04]
3939

4040
steps:
4141
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)