Skip to content

Commit 25dab26

Browse files
Just ditch 24.04 and fix sdl3 (#19)
* Fix sdl3 build * Just ditch 24.04
1 parent edd4777 commit 25dab26

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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-jammy, 11-jammy32, 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 & 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 apt-get update \
@@ -21,3 +21,4 @@ RUN apt-get update \
2121
pkg-config \
2222
&& update-ca-certificates \
2323
&& rm -rf /var/lib/apt/lists/*
24+

0 commit comments

Comments
 (0)