Skip to content

Commit

Permalink
Revert "chore(CI): update CI to use {macos,gcc}-latest"
Browse files Browse the repository at this point in the history
This reverts commit 82c0cd3.
  • Loading branch information
rouson committed Aug 8, 2024
1 parent 82c0cd3 commit 94b9245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
toolchain:
- {compiler: gcc, version: 14}
- {compiler: gcc, version: 11}
- {compiler: intel-classic, version: '2021.9'}
include:
- os: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
gcc_v: [14] # Version of GFortran we want to use.
os: [ubuntu-latest, macos-11]
gcc_v: [10] # Version of GFortran we want to use.
include:
- os: ubuntu-latest
os-arch: linux-x86_64

- os: macos-latest
- os: macos-11
os-arch: macos-x86_64

env:
Expand Down

0 comments on commit 94b9245

Please sign in to comment.