From bb795c6c707bd002e991844f2173712d6f0cbaa7 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 17 Jan 2025 18:53:12 +0000 Subject: [PATCH] Update Fedora CI jobs to Fedora 41 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cf9b91f..27c8f7ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,13 +159,13 @@ jobs: # Ubuntu's version of clang doesn't support....anything that should work. # Ubuntu is an utter trash OS and should generally never be used for anything. # We also require dotnet so we use fedora - container: fedora:39 + container: fedora:41 strategy: fail-fast: false steps: - name: Install required dependencies run: | - dnf install -y mingw64-gcc git cargo dotnet clang llvm lld faketime rust-std-static-x86_64-pc-windows-gnu which diffutils rust-src + dnf install -y mingw64-gcc git cargo dotnet-sdk-9.0 clang llvm lld faketime rust-std-static-x86_64-pc-windows-gnu which diffutils rust-src - name: Checkout source code uses: actions/checkout@v2 with: -- 2.39.5