Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Dec 16, 2024
1 parent 3f9dd4e commit 03a5b15
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
comp: llvm
procs: $(sysctl -n hw.ncpu)
ccache_cache: /Users/runner/Library/Caches/ccache
- os: ubuntu-latest
- os: ubuntu-22.04
install_deps: sudo apt-get update && sudo apt-get install mpich libmpich-dev
comp: gnu
procs: $(nproc)
Expand Down Expand Up @@ -201,14 +201,14 @@ jobs:
GPU-Nvidia:
name: GPU-CUDA
needs: [Formatting, CPU-GNUmake]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
cuda_ver: [11.4]
cuda_ver: [12.6]
include:
- cuda_ver: "11.4"
cuda_pkg: 11-4
cuda_extra: libcurand-dev-11-4 cuda-cupti-dev-11-4
- cuda_ver: "12.6"
cuda_pkg: 12-6
cuda_extra: libcurand-dev-12-6 cuda-cupti-dev-12-6
steps:
- name: Clone
uses: actions/checkout@v4
Expand Down

0 comments on commit 03a5b15

Please sign in to comment.