Skip to content

Commit

Permalink
CI: Test building on Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Jan 29, 2025
1 parent 6fd026f commit 442c9b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,33 @@ jobs:
fail-fast: false

matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
compiler: [gcc, clang]
cuda: [with, without]
openmp: [with]
link: [both]
include:
- os: ubuntu-latest
- os: ubuntu-22.04
compiler: gcc
compiler-pkgs: "g++ gcc"
cc: "gcc"
cxx: "g++"
ccache-max: 600M
- os: ubuntu-latest
- os: ubuntu-22.04
compiler: clang
compiler-pkgs: "clang libomp-dev"
cc: "clang"
cxx: "clang++"
ccache-max: 500M
- os: ubuntu-latest
- os: ubuntu-22.04
cuda: with
cuda-pkgs: "nvidia-cuda-dev nvidia-cuda-toolkit"
cuda-cmake-flags:
-DSUITESPARSE_USE_CUDA=ON
-DSUITESPARSE_USE_STRICT=ON
-DCUDAToolkit_INCLUDE_DIRS="/usr/include"
-DCMAKE_CUDA_COMPILER_LAUNCHER="ccache"
- os: ubuntu-latest
- os: ubuntu-22.04
compiler: gcc
compiler-pkgs: "g++ gcc"
cc: "gcc"
Expand All @@ -67,7 +67,7 @@ jobs:
cuda: without
openmp: without
openmp-cmake-flags: "-DSUITESPARSE_USE_OPENMP=OFF"
- os: ubuntu-latest
- os: ubuntu-22.04
compiler: gcc
compiler-pkgs: "g++ gcc"
cc: "gcc"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/root-cmakelists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ubuntu:
# For available GitHub-hosted runners, see:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

name: ubuntu (${{ matrix.compiler }} ${{ matrix.cuda }} CUDA, ${{ matrix.link }})

Expand Down

0 comments on commit 442c9b7

Please sign in to comment.