diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index a876f728..f9fa8017 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v5 - name: Check spelling - uses: crate-ci/typos@v1.39.0 + uses: crate-ci/typos@v1.40.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a1a3b33..e71ad315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: cmake_generator: Unix Makefiles shell: bash - os: macos-latest - compiler: gfortran-12 + compiler: gfortran-13 cmake_generator: Unix Makefiles shell: bash - os: windows-latest