Skip to content

Commit

Permalink
CI: macos-latest -> macos-12 (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz authored May 2, 2024
2 parents 28ae6e0 + 6bc9d40 commit c3d8477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-12]
gcc_v: [10, 11, 12, 13] # Version of GFortran we want to use.
build: [cmake]
include:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-12]
fc: [ifort]
cc: [icc]
cxx: [icpc]
Expand Down

0 comments on commit c3d8477

Please sign in to comment.