Skip to content

Commit dd2557f

Browse files
authored
Deprecate Ubuntu 20.04 (#3492)
1 parent 23f3fdd commit dd2557f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/release-build-sign-upload.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,9 +915,8 @@ jobs:
915915
image:
916916
- debian:11
917917
- debian:12
918-
- ubuntu:20.04
919918
- ubuntu:22.04
920-
- ubuntu
919+
- ubuntu:latest
921920
runs-on: ubuntu-latest
922921
steps:
923922

.github/workflows/release-update-repos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,8 @@ jobs:
310310
image:
311311
- debian:11
312312
- debian:12
313-
- ubuntu:20.04
314313
- ubuntu:22.04
315-
- ubuntu
314+
- ubuntu:latest
316315
runs-on: ubuntu-latest
317316
needs:
318317
- setup

.github/workflows/tests-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
os:
3636
- ubuntu-latest
37-
- ubuntu-20.04
37+
- ubuntu-22.04
3838
- macos-latest
3939
- macos-13
4040
- windows-latest

0 commit comments

Comments
 (0)