GH actions: move from soon to be EOL F40 to F42
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
045364cbf2
commit
746151803a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue