diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 10bcc227..8f6d1217 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v4 - name: Check spelling - uses: crate-ci/typos@v1.21.0 + uses: crate-ci/typos@v1.22.9 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82860749..616f5574 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,18 @@ jobs: shell: bash test_type: valgrind coverage: false + - os: ubuntu-24.04 + os_name: linux + compiler: gfortran-13 + shell: bash + test_type: regular + coverage: false + - os: ubuntu-24.04 + os_name: linux + compiler: gfortran-13 + shell: bash + test_type: valgrind + coverage: false - os: ubuntu-latest os_name: linux compiler: ifort @@ -90,21 +102,21 @@ jobs: test_type: regular coverage: false # macOS - - os: macos-11 + - os: macos-latest os_name: macos - compiler: gfortran-10 + compiler: gfortran-11 shell: bash test_type: regular coverage: false - os: macos-latest os_name: macos - compiler: gfortran-11 + compiler: gfortran-12 shell: bash test_type: regular coverage: false - os: macos-latest os_name: macos - compiler: gfortran-12 + compiler: gfortran-13 shell: bash test_type: regular coverage: false