You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cirrus.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ env: # Global defaults
43
43
# The following specific types should exist, with the following requirements:
44
44
# - small: For an x86_64 machine, recommended to have 2 CPUs and 8 GB of memory.
45
45
# - medium: For an x86_64 machine, recommended to have 4 CPUs and 16 GB of memory.
46
-
# - mantic: For a machine running the Linux kernel shipped with exaclty Ubuntu Mantic 23.10. The machine is recommended to have 4 CPUs and 16 GB of memory.
46
+
# - noble: For a machine running the Linux kernel shipped with exaclty Ubuntu Noble 24.04. The machine is recommended to have 4 CPUs and 16 GB of memory.
47
47
# - arm64: For an aarch64 machine, recommended to have 2 CPUs and 8 GB of memory.
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:23.10"# This version will reach EOL in Jul 2024, and can be replaced by "ubuntu:24.04" (or anything else that ships the wanted clang version).
0 commit comments