Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
version: [ 12, 13, 14, 15, 16 ]
extra_flags: [ -g ]

exclude:

# Homebrew removed Intel bottles for gcc@16
- os: macos-15-intel
version: 16
- os: macos-26-intel
version: 16

include:
- os: ubuntu-24.04
compiler: gfortran
Expand All @@ -46,9 +54,6 @@ jobs:

# --- LLVM flang coverage ---

- os: macos-14
compiler: flang
version: 23
- os: macos-15
compiler: flang
version: 23
Expand Down
Loading