Skip to content

Commit 0361ea8

Browse files
authored
Fix ubuntu CI (#113)
1 parent 022a8c6 commit 0361ea8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ${{matrix.os}}
108108
strategy:
109109
matrix:
110-
os: [ubuntu-latest, macos-latest]
110+
os: [ubuntu-22.04, macos-latest]
111111
build_type: [Release, Debug]
112112
dimension: [2D, 3D]
113113
include:
@@ -116,7 +116,7 @@ jobs:
116116
comp: llvm
117117
procs: $(sysctl -n hw.ncpu)
118118
ccache_cache: /Users/runner/Library/Caches/ccache
119-
- os: ubuntu-latest
119+
- os: ubuntu-22.04
120120
install_deps: sudo apt-get update && sudo apt-get install mpich libmpich-dev
121121
comp: gnu
122122
procs: $(nproc)
@@ -201,14 +201,14 @@ jobs:
201201
GPU-Nvidia:
202202
name: GPU-CUDA
203203
needs: [Formatting, CPU-GNUmake]
204-
runs-on: ubuntu-20.04
204+
runs-on: ubuntu-latest
205205
strategy:
206206
matrix:
207-
cuda_ver: [11.4]
207+
cuda_ver: [12.6]
208208
include:
209-
- cuda_ver: "11.4"
210-
cuda_pkg: 11-4
211-
cuda_extra: libcurand-dev-11-4 cuda-cupti-dev-11-4
209+
- cuda_ver: "12.6"
210+
cuda_pkg: 12-6
211+
cuda_extra: libcurand-dev-12-6 cuda-cupti-dev-12-6
212212
steps:
213213
- name: Clone
214214
uses: actions/checkout@v4

0 commit comments

Comments
 (0)