Changes some aarch64 CIs g++ install & ubuntu ver.

GCS support was added to GCC in version 15, thus the rmake test for this
patch requires GCC15
Similarly, the ubuntu version is updated so the newer clang version is
available, and/or GCC15 is the default.
This commit is contained in:
Reuben Cruise 2025-09-10 15:40:27 +01:00
parent 06819d95c0
commit 08020def99
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:25.10
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM ubuntu:25.04
FROM ubuntu:25.10
ARG DEBIAN_FRONTEND=noninteractive

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:25.10
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \