Skip to content

Commit a4b4931

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents ace423e + addb1b0 commit a4b4931

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@v6
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)