From 00e3390e132f24197643e6e38f1b9e4663389900 Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Mon, 22 Jun 2026 09:27:16 -0700 Subject: [PATCH] CI: unpin flang-latest The problem with the upstream container has now been resolved --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e92bf96..2652b97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,15 +65,11 @@ jobs: - os: ubuntu-24.04 compiler: flang version: latest - # pinned to old build due to https://github.com/kei-g/docker-llvm/issues/78 - #container: snowstep/llvm:ubuntu-24.04-latest - container: snowstep/llvm:ubuntu-24.04-20260517082025 + container: snowstep/llvm:ubuntu-24.04-latest - os: ubuntu-22.04 compiler: flang version: latest - # pinned to old build due to https://github.com/kei-g/docker-llvm/issues/78 - #container: snowstep/llvm:ubuntu-22.04-latest - container: snowstep/llvm:ubuntu-22.04-20260528071927 + container: snowstep/llvm:ubuntu-22.04-latest # https://hub.docker.com/r/phhargrove/llvm-flang/tags - os: ubuntu-24.04