Skip to content

Commit bfd1125

Browse files
authored
Deprecate Ubuntu 20.04 (#3493)
1 parent b4430d5 commit bfd1125

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,9 +910,8 @@ jobs:
910910
image:
911911
- debian:11
912912
- debian:12
913-
- ubuntu:20.04
914913
- ubuntu:22.04
915-
- ubuntu
914+
- ubuntu:latest
916915
runs-on: ubuntu-latest
917916
steps:
918917

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
- debian:11
312312
- debian:12
313313
- ubuntu:22.04
314-
- ubuntu
314+
- ubuntu:latest
315315
runs-on: ubuntu-latest
316316
needs:
317317
- 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)