Skip to content

Commit 645778d

Browse files
committed
Bump tested version of Fedora to 41 from the now-unmaintained 39
1 parent c33c98c commit 645778d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
# Ubuntu's version of rustc uses its own LLVM instead of being a real native package.
1111
# This leaves us with an incompatible LLVM version when linking. Instead, use a real OS.
12-
distro: [ "debian:bookworm", "fedora:39" ]
12+
distro: [ "debian:bookworm", "fedora:41" ]
1313
runs-on: ubuntu-latest
1414
container: ${{ matrix.distro }}
1515
env:
@@ -22,7 +22,7 @@ jobs:
2222
apt-get -y dist-upgrade
2323
apt-get -y install cargo libstd-rust-dev-wasm32 wasi-libc valgrind lld git g++ clang wget
2424
- name: Install native Rust toolchain, Valgrind, and build utilitis
25-
if: "matrix.distro == 'fedora:39'"
25+
if: "matrix.distro == 'fedora:41'"
2626
run: |
2727
dnf -y install cargo rust-std-static-wasm32-wasi valgrind lld git g++ clang wget which diffutils
2828
- name: Checkout source code

0 commit comments

Comments
 (0)