We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 175baa5 + 32dfcd9 commit d8e7334Copy full SHA for d8e7334
.github/workflows/cmake.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build:
9
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
strategy:
12
fail-fast: false
13
matrix:
CMakeLists.txt
@@ -6,7 +6,7 @@ endif()
6
# This is the top level CMake file for the SCOREC build
cmake_minimum_required(VERSION 3.8)
-project(SCOREC VERSION 3.0.2 LANGUAGES CXX C)
+project(SCOREC VERSION 3.0.3 LANGUAGES CXX C)
include(cmake/bob.cmake)
include(cmake/xsdk.cmake)
0 commit comments