diff --git a/.github/workflows/DependencyDockerBuild.yaml b/.github/workflows/DependencyDockerBuild.yaml index 16363f67e..f9e5ab97e 100644 --- a/.github/workflows/DependencyDockerBuild.yaml +++ b/.github/workflows/DependencyDockerBuild.yaml @@ -45,10 +45,10 @@ jobs: # only run the fsanitize on amd to save ub resources - arch: { runson: ubuntu-latest, id: -amd64 } compiler: { id: -gcc-asan } - indices: [ { index64bit: 0, id: "" } ] + indices: { index64bit: 0, id: "" } - arch: { runson: ubuntu-latest, id: -amd64 } compiler: { id: -gcc-asan } - indices: [ { index64bit: 1, id: "-index64" } ] + indices: { index64bit: 1, id: "-index64" } runs-on: ${{ matrix.arch.runson }} @@ -94,10 +94,10 @@ jobs: # only run the fsanitize on amd to save ub resources - arch: { runson: ubuntu-latest, id: -amd64 } compiler: { id: -gcc-asan } - indices: [ { index64bit: 0, id: "" } ] + indices: { index64bit: 0, id: "" } - arch: { runson: ubuntu-latest, id: -amd64 } compiler: { id: -gcc-asan } - indices: [ { index64bit: 1, id: "-index64" } ] + indices: { index64bit: 1, id: "-index64" } steps: - name: Set up Docker Buildx diff --git a/CMakeLists.txt b/CMakeLists.txt index 61698906b..8f85b07df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.18.4) include(config/petscCompilers.cmake) # Set the project details -project(ablateLibrary VERSION 0.12.19) +project(ablateLibrary VERSION 0.12.20) # Load the Required 3rd Party Libaries pkg_check_modules(PETSc REQUIRED IMPORTED_TARGET GLOBAL PETSc)