Skip to content

Commit 58b6513

Browse files
authored
ci: bump Fedora container from 38 to 41 and ensure CA certificates are up to date (#316)
1 parent cb70514 commit 58b6513

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389

390390
build_and_test:
391391
name: Build and Test (Linux, Simics ${{ matrix.simics_version }})
392-
container: fedora:38
392+
container: fedora:41
393393
runs-on: ubuntu-latest
394394
strategy:
395395
matrix:
@@ -469,12 +469,13 @@ jobs:
469469
run: |
470470
dnf -y update && \
471471
dnf -y install \
472-
alsa-lib atk clang clang-libs clang-resource-filesystem \
472+
alsa-lib atk ca-certificates clang clang-libs clang-resource-filesystem \
473473
clang-tools-extra cmake cups curl dosfstools g++ gcc git \
474474
git-lfs glibc-devel glibc-devel.i686 glibc-static \
475475
glibc-static.i686 gtk3 jq lld lld-devel lld-libs llvm llvm-libs \
476476
llvm-static make mesa-libgbm mtools ninja-build openssl \
477477
openssl-devel openssl-libs python3 python3-pip which yamllint
478+
update-ca-trust
478479
dnf clean all
479480
rm -rf /var/cache/dnf
480481

0 commit comments

Comments
 (0)