Skip to content

Commit

Permalink
opal-ci: Drop fedora38, add fedora40
Browse files Browse the repository at this point in the history
Fedora 38 has reached end-of-life. Remove it and add Fedora 40.

Signed-off-by: Reza Arbab <[email protected]>
  • Loading branch information
rarbab committed Aug 2, 2024
1 parent 326a466 commit 1a8b300
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-builds-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false

matrix:
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora38, fedora39, fedora-rawhide, docs ]
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora39, fedora40, fedora-rawhide, docs ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion opal-ci/Dockerfile-docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:38
FROM registry.fedoraproject.org/fedora:40
RUN dnf -y update
RUN dnf -y install --allowerasing wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl openssl-devel gcc-powerpc64-linux-gnu mbedtls-devel which qemu-system-ppc
# for building documentation and the coverage report
Expand Down
File renamed without changes.

0 comments on commit 1a8b300

Please sign in to comment.