Skip to content

Commit

Permalink
ci: upgrade to Fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
t0b3 committed Dec 6, 2024
1 parent 5cac287 commit 360dd0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/qgis3-qt6-build-deps.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DISTRO_VERSION=40
ARG DISTRO_VERSION=41

FROM fedora:${DISTRO_VERSION} as binary-for-oracle
MAINTAINER Matthias Kuhn <matthias@opengis.ch>
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
experimental: false
unity-builds: ON

- distro-version: '40'
- distro-version: '41'
qt-version: 6
run-tests: true
with-qt6: ON
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
docker-target: binary-only

- qt-version: 6
distro-version: 40
distro-version: 41
docker-target: binary-only

- qt-version: 5
Expand Down

0 comments on commit 360dd0d

Please sign in to comment.