diff --git a/.github/workflows/fpm.yml b/.github/workflows/fpm.yml index 9d67128..978351b 100644 --- a/.github/workflows/fpm.yml +++ b/.github/workflows/fpm.yml @@ -8,15 +8,12 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-11] + os: [ubuntu-latest] gcc_v: [10] # Version of GFortran we want to use. include: - os: ubuntu-latest os-arch: linux-x86_64 - - os: macos-11 - os-arch: macos-x86_64 - env: FC: gfortran GCC_V: ${{ matrix.gcc_v }} diff --git a/CMakeLists.txt b/CMakeLists.txt index fc71a2f..67c27a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24) project( nonlin LANGUAGES Fortran - VERSION 1.5.2 + VERSION 1.5.3 ) # Get helper macros and functions diff --git a/docs/html/index.html b/docs/html/index.html index 299e493..95b661d 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -27,7 +27,7 @@