Skip to content

Commit 7ad067d

Browse files
Just ditch 24.04
1 parent 0034b5d commit 7ad067d

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
# Remember if you commit this, newly built images will replace those tags.
1111
# Prefer incrementing the version to unused one
12-
tag: [11-mingw32, 11-noble, 11-noble32, 11-noblevcpkg]
12+
tag: [11-mingw32, 11-ubuntu26.04, 11-ubuntu26.04.32, 11-ubuntu26.04.vcpkg]
1313
env:
1414
dockertag: ${{ matrix.tag }}
1515
REGISTRY: ghcr.io
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:26.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN dpkg --add-architecture i386 \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:26.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN dpkg --add-architecture i386 \
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:26.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update \
@@ -16,16 +16,9 @@ RUN apt-get update \
1616
libtbb-dev \
1717
libopenal-dev \
1818
libpng-dev \
19+
libsdl3-dev \
1920
ninja-build \
2021
pkg-config \
2122
&& update-ca-certificates \
2223
&& rm -rf /var/lib/apt/lists/*
23-
RUN git clone --depth=1 https://github.com/libsdl-org/SDL.git \
24-
&& cd SDL \
25-
&& git checkout a962f40bbba175e9716557a25d5d7965f134a3d3 \
26-
&& mkdir build \
27-
&& cd build \
28-
&& cmake .. \
29-
&& cmake --build . \
30-
&& cmake --install .
3124

0 commit comments

Comments
 (0)