Skip to content

Commit dcb7f82

Browse files
committed
Add Fedora 42 testing and use latest GH runner
1 parent bc18f4c commit dcb7f82

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/test_cluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
molecule-distrib-pkg:
2121
name: Cluster
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-latest
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -28,7 +28,7 @@ jobs:
2828
- ubuntu-24.04
2929
- debian-11
3030
- debian-12
31-
- fedora-41
31+
- fedora-42
3232
- almalinux-9
3333
- rockylinux-9
3434
- alpine-3.21

.github/workflows/test_cluster_mdbf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
molecule-cluster-pkg:
2121
name: Cluster MDBF
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-latest
2323
strategy:
2424
fail-fast: false
2525
matrix:

.github/workflows/test_default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
molecule-distrib-pkg:
2121
name: Default deployment
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-latest
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -29,7 +29,7 @@ jobs:
2929
- debian-11
3030
- debian-12
3131
- debian-sid
32-
- fedora-41
32+
- fedora-42
3333
- almalinux-9
3434
- rockylinux-9
3535
- alpine-3.19

.github/workflows/test_mdbf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
molecule-mdbf-pkg:
2121
name: MDBF
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-latest
2323
strategy:
2424
fail-fast: false
2525
matrix:

0 commit comments

Comments
 (0)