Skip to content

Commit 6bc9d40

Browse files
committed
macos-latest -> macos-12
1 parent 28ae6e0 commit 6bc9d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-latest, macos-latest]
22+
os: [ubuntu-latest, macos-12]
2323
gcc_v: [10, 11, 12, 13] # Version of GFortran we want to use.
2424
build: [cmake]
2525
include:
@@ -163,7 +163,7 @@ jobs:
163163
strategy:
164164
fail-fast: false
165165
matrix:
166-
os: [macos-latest]
166+
os: [macos-12]
167167
fc: [ifort]
168168
cc: [icc]
169169
cxx: [icpc]

0 commit comments

Comments
 (0)