GH actions: move from soon to be EOL F40 to F42

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2025-04-28 14:57:16 +02:00 committed by Tomáš Hozza
parent 045364cbf2
commit 746151803a

View file

@ -15,7 +15,7 @@ jobs:
name: "🛃 Unit tests"
runs-on: ubuntu-22.04
container:
image: registry.fedoraproject.org/fedora:40
image: registry.fedoraproject.org/fedora:42
steps:
# krb5-devel is needed to test internal/upload/koji package
@ -87,7 +87,7 @@ jobs:
name: "🐍 Lint python scripts"
runs-on: ubuntu-22.04
container:
image: registry.fedoraproject.org/fedora:40
image: registry.fedoraproject.org/fedora:42
steps:
- name: Install build and test dependencies
@ -233,7 +233,7 @@ jobs:
rpmlint:
name: "📦 RPMlint"
runs-on: ubuntu-22.04
container: registry.fedoraproject.org/fedora:40
container: registry.fedoraproject.org/fedora:42
steps:
- name: Install dependencies
run: sudo dnf install -y rpmlint rpm-build make git-core