Skip to content

Commit

Permalink
build(CI): switch to macos-latest but keep GCC 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Aug 9, 2024
1 parent 94b9245 commit 1b74847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-11]
os: [ubuntu-latest, macos-latest]
gcc_v: [10] # Version of GFortran we want to use.
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 1b74847

Please sign in to comment.