Skip to content

Commit addb1b0

Browse files
Bump crate-ci/typos from 1.39.0 to 1.40.0 (#148)
* 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](crate-ci/typos@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] <[email protected]> * macOS latest no longer has gfortran12 bump to use gfortran15 in testing --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Winters <[email protected]>
1 parent 77cdb23 commit addb1b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v5
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.39.0
13+
uses: crate-ci/typos@v1.40.0

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,19 @@ jobs:
116116
# macOS
117117
- os: macos-latest
118118
os_name: macos
119-
compiler: gfortran-12
119+
compiler: gfortran-13
120120
shell: bash
121121
test_type: regular
122122
coverage: false
123123
- os: macos-latest
124124
os_name: macos
125-
compiler: gfortran-13
125+
compiler: gfortran-14
126126
shell: bash
127127
test_type: regular
128128
coverage: false
129129
- os: macos-latest
130130
os_name: macos
131-
compiler: gfortran-14
131+
compiler: gfortran-15
132132
shell: bash
133133
test_type: regular
134134
coverage: false

0 commit comments

Comments
 (0)