Skip to content

Commit

Permalink
ci: upgrade to Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
t0b3 committed Nov 25, 2024
1 parent a4dca08 commit 0f386be
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=39
ARG DISTRO_VERSION=40

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: '39'
- distro-version: '40'
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: 39
distro-version: 40
docker-target: binary-only

- qt-version: 5
Expand Down

0 comments on commit 0f386be

Please sign in to comment.