Skip to content

Commit c8e48da

Browse files
committed
macos-12 -> macos-13
1 parent 1cfcaf8 commit c8e48da

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-latest, macos-12, windows-latest]
24+
os: [ubuntu-latest, macos-13, windows-latest]
2525
toolchain:
2626
- {compiler: gcc, version: 10}
2727
- {compiler: gcc, version: 11}
2828
- {compiler: gcc, version: 12}
2929
- {compiler: gcc, version: 13}
3030
exclude:
31-
- os: macos-12
31+
- os: macos-13
3232
toolchain: {compiler: gcc, version: 13}
3333
include:
3434
- os: ubuntu-latest
3535
os-arch: linux-x86_64
3636
release-flags: --flag '--static -g -fbacktrace -O3'
37-
- os: macos-12
37+
- os: macos-13
3838
os-arch: macos-x86_64
3939
release-flags: --flag '-g -fbacktrace -O3'
4040
- os: windows-latest
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fpm-version: 'v0.8.0'
6161

62-
# Backport gfortran shared libraries to version 9 folder. This is necessary because the macOS release of fpm
62+
# Backport gfortran shared libraries to version 10 folder. This is necessary because the macOS release of fpm
6363
# 0.10.0 used for bootstrapping has these paths hardcoded in the executable.
6464
- name: MacOS patch libgfortran
6565
if: contains(matrix.os, 'macos') && !contains(matrix.toolchain.version, '10')
@@ -190,7 +190,7 @@ jobs:
190190
strategy:
191191
fail-fast: false
192192
matrix:
193-
gcc_v: [10,11,12]
193+
gcc_v: [11,12,13]
194194

195195
steps:
196196
- uses: actions/checkout@v4

.github/workflows/meta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
mpi: openmpi
3636
- os: ubuntu-latest
3737
mpi: mpich
38-
- os: macos-12
38+
- os: macos-13
3939
mpi: openmpi
40-
- os: macos-12
40+
- os: macos-13
4141
mpi: mpich
4242

4343

0 commit comments

Comments
 (0)