Skip to content

Commit

Permalink
remove GCC-11 from macOS as it got removed from the images (#1088)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
marcelmbn authored Aug 14, 2024
1 parent f7eb690 commit 043d587
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fortran-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
version: [11, 12]
version: [12]
include:
- os: ubuntu-latest
version: 10
- os: ubuntu-latest
version: 11
- os: macos-latest
version: 13
- os: macos-latest
Expand Down

0 comments on commit 043d587

Please sign in to comment.