From d41f29dae2b175f8f3e3e31e4d18665163fe082a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:57:09 +0000 Subject: [PATCH 1/2] Bump crate-ci/typos from 1.39.0 to 1.40.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.39.0 to 1.40.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.39.0...v1.40.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/SpellCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5078f4bb5287082f250a9474fce3aff432dc87ab Mon Sep 17 00:00:00 2001 From: Andrew Winters Date: Tue, 2 Dec 2025 06:56:52 +0100 Subject: [PATCH 2/2] latest macOS runners do not have gfortran12, bump to gfortran13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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