diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f2524a..adbd1cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,13 +29,13 @@ jobs: - os: macos-13 compiler: flang - version: 20 + version: 21 - os: macos-14 compiler: flang - version: 20 + version: 21 - os: macos-15 compiler: flang - version: 20 + version: 21 # https://hub.docker.com/r/snowstep/llvm/tags - os: ubuntu-24.04 @@ -48,15 +48,20 @@ jobs: container: snowstep/llvm:jammy # https://hub.docker.com/r/phhargrove/llvm-flang/tags + - os: ubuntu-24.04 + compiler: flang + version: 21 + network: smp + container: phhargrove/llvm-flang:21.1.0-latest - os: ubuntu-24.04 compiler: flang version: 20 - container: phhargrove/llvm-flang:20.1.0-1 + container: phhargrove/llvm-flang:20.1.0-latest - os: ubuntu-24.04 compiler: flang version: 19 extra_flags: -g -mmlir -allow-assumed-rank - container: phhargrove/llvm-flang:19.1.1-1 + container: phhargrove/llvm-flang:19.1.1-latest # - os: ubuntu-24.04 # compiler: flang # version: new