Skip to content

Commit

Permalink
chore: try with Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Sep 3, 2024
1 parent 9c1069e commit 38f65de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
# cargo test -p filecoin-proofs --release --no-default-features --features cuda-supraseal -- --nocapture --test-threads=1 --ignored

build_gpu:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Build with various GPU support enabled
steps:
- uses: actions/checkout@v4
Expand All @@ -144,6 +144,7 @@ jobs:
- name: Build with `cuda` and `opencl` features enabled
run: cargo build --workspace --features cuda,opencl
- name: Build with `cuda-supraseal` feature enabled
#run: CC=gcc-10 CXX=g++-10 NVCC_PREPEND_FLAGS='-ccbin /usr/bin/g++-10' cargo build --workspace --no-default-features --features cuda-supraseal
run: cargo build --workspace --no-default-features --features cuda-supraseal

#multicore_sdr:
Expand Down

0 comments on commit 38f65de

Please sign in to comment.