Skip to content

Commit 38f65de

Browse files
committed
chore: try with Ubuntu 24.04
1 parent 9c1069e commit 38f65de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
# cargo test -p filecoin-proofs --release --no-default-features --features cuda-supraseal -- --nocapture --test-threads=1 --ignored
130130

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

149150
#multicore_sdr:

0 commit comments

Comments
 (0)