Skip to content

Commit

Permalink
Replace Fedora 37 with Fedora 40
Browse files Browse the repository at this point in the history
Fedora 37 is out of support.

Signed-off-by: Tristan Partin <[email protected]>
  • Loading branch information
tristan957 committed Jun 28, 2024
1 parent 41a317f commit 38bf6e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/images.ignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- almalinux-8
- almalinux-9
- cross-s390x
- fedora-37
- fedora-40
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- almalinux-8
- almalinux-9
- cross-s390x
- fedora-37
- fedora-40
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.fedora-37 → Containerfile.fedora-40
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/fedora:37
FROM docker.io/fedora:40

ARG mesonVersion

Expand Down

0 comments on commit 38bf6e8

Please sign in to comment.