Add Fedora 42 testing and use latest GH runner
This commit is contained in:
parent
bc18f4c3ad
commit
dcb7f8251e
|
|
@ -19,7 +19,7 @@ on:
|
|||
jobs:
|
||||
molecule-distrib-pkg:
|
||||
name: Cluster
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- ubuntu-24.04
|
||||
- debian-11
|
||||
- debian-12
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- almalinux-9
|
||||
- rockylinux-9
|
||||
- alpine-3.21
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ on:
|
|||
jobs:
|
||||
molecule-cluster-pkg:
|
||||
name: Cluster MDBF
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ on:
|
|||
jobs:
|
||||
molecule-distrib-pkg:
|
||||
name: Default deployment
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- debian-11
|
||||
- debian-12
|
||||
- debian-sid
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- almalinux-9
|
||||
- rockylinux-9
|
||||
- alpine-3.19
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ on:
|
|||
jobs:
|
||||
molecule-mdbf-pkg:
|
||||
name: MDBF
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in New Issue