Skip to content

Commit

Permalink
Set Ubuntu GitHub actions to run on Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
AmroAlJundi committed Dec 2, 2022
1 parent ce9f707 commit 3113551
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04


# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: ctest -V

test_ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
test_header_only:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
test_opt_dep:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else()
cmake_policy(VERSION 3.18)
endif()

project( SparseBase_project VERSION 0.3.0 )
project( SparseBase_project VERSION 0.3.1 )
option(RUN_TESTS "Enable running tests" OFF)
option(_HEADER_ONLY "Use the library as a header only library?" OFF)
option(USE_CUDA "Enable CUDA" OFF)
Expand Down

0 comments on commit 3113551

Please sign in to comment.