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 Nov 26, 2024
1 parent baf3fc9 commit a24543e
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 <[email protected]>
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 @@ -58,7 +58,7 @@ jobs:
# LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so
experimental: false

- distro-version: '40'
- distro-version: '41'
qt-version: 6
run-tests: true
with-qt6: ON
Expand Down Expand Up @@ -248,7 +248,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 a24543e

Please sign in to comment.