mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
ci: Update CirrusCI Ubuntu images to 22.04
This commit is contained in:
parent
0b35851998
commit
d657f21137
2 changed files with 9 additions and 9 deletions
|
@ -53,9 +53,9 @@ coverage_environment_template: &COVERAGE_ENVIRONMENT_TEMPLATE
|
|||
|
||||
# Linux
|
||||
linux_task:
|
||||
name: Ubuntu 20.04 $TASK_NAME_SUFFIX
|
||||
name: Ubuntu 22.04 $TASK_NAME_SUFFIX
|
||||
container:
|
||||
image: ubuntu:20.04
|
||||
image: ubuntu:22.04
|
||||
cpu: 4
|
||||
memory: 8G
|
||||
timeout_in: 60m
|
||||
|
|
14
ci/README.md
14
ci/README.md
|
@ -152,13 +152,13 @@ These should be taken seriously, since untested code is likely to introduce bugs
|
|||
- FreeBSD 12.3 x64, DMD (bootstrap)
|
||||
- FreeBSD 13.0 x64, DMD (coverage)
|
||||
- FreeBSD 13.0 x64, DMD (latest)
|
||||
- Ubuntu 20.04 x64, DMD (bootstrap)
|
||||
- Ubuntu 20.04 x64, DMD (latest)
|
||||
- Ubuntu 20.04 x64, GDC
|
||||
- Ubuntu 20.04 x64, LDC
|
||||
- Ubuntu 20.04 x86, DMD (bootstrap)
|
||||
- Ubuntu 20.04 x86, DMD (coverage)
|
||||
- Ubuntu 20.04 x86, DMD (latest)
|
||||
- Ubuntu 22.04 x64, DMD (bootstrap)
|
||||
- Ubuntu 22.04 x64, DMD (latest)
|
||||
- Ubuntu 22.04 x64, GDC
|
||||
- Ubuntu 22.04 x64, LDC
|
||||
- Ubuntu 22.04 x86, DMD (bootstrap)
|
||||
- Ubuntu 22.04 x86, DMD (coverage)
|
||||
- Ubuntu 22.04 x86, DMD (latest)
|
||||
- macOS 12.x x64 (M1), DMD (bootstrap)
|
||||
- macOS 13.x x64 (M1), DMD (coverage)
|
||||
- macOS 13.x x64 (M1), DMD (latest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue