Skip to content

Commit e3a9b4a

Browse files
Bump crate-ci/typos from 1.23.6 to 1.25.0 (#106)
* Bump crate-ci/typos from 1.23.6 to 1.25.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.23.6 to 1.25.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.23.6...v1.25.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * remove gfortran-11 from CI as it is no longer available in macos --------- 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 5cd4bcc commit e3a9b4a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.23.6
13+
uses: crate-ci/typos@v1.25.0

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ jobs:
102102
test_type: regular
103103
coverage: false
104104
# macOS
105-
- os: macos-latest
106-
os_name: macos
107-
compiler: gfortran-11
108-
shell: bash
109-
test_type: regular
110-
coverage: false
111105
- os: macos-latest
112106
os_name: macos
113107
compiler: gfortran-12

0 commit comments

Comments
 (0)