From 1ef9eb99c0e9a586f118f13a22f2140c6584ab93 Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Sat, 28 Feb 2026 08:56:28 -0800 Subject: [PATCH] CI: Update for Homebrew upgrade to flang-22 --- .github/workflows/build.yml | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5deeb61e..49738a54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,20 +22,28 @@ jobs: # --- flang coverage --- - os: macos-14 compiler: flang - version: 21 + version: 22 network: smp + native_multi_image: 1 + FFLAGS: -fcoarray - os: macos-15 compiler: flang - version: 21 + version: 22 network: smp + native_multi_image: 1 + FFLAGS: -fcoarray - os: macos-15-intel compiler: flang - version: 21 + version: 22 network: smp + native_multi_image: 1 + FFLAGS: -fcoarray - os: macos-26 compiler: flang - version: 21 + version: 22 network: smp + native_multi_image: 1 + FFLAGS: -fcoarray # https://hub.docker.com/r/snowstep/llvm/tags - os: ubuntu-24.04 @@ -104,16 +112,22 @@ jobs: - os: macos-15-intel compiler: flang - version: 21 + version: 22 network: udp + native_multi_image: 1 + FFLAGS: -fcoarray - os: macos-15 compiler: flang - version: 21 + version: 22 network: udp + native_multi_image: 1 + FFLAGS: -fcoarray - os: macos-26 compiler: flang - version: 21 + version: 22 network: udp + native_multi_image: 1 + FFLAGS: -fcoarray - os: ubuntu-24.04 compiler: flang