We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6af65a + 9088086 commit ab60ddfCopy full SHA for ab60ddf
1 file changed
.github/workflows/build.yml
@@ -53,11 +53,15 @@ jobs:
53
- os: ubuntu-24.04
54
compiler: flang
55
version: latest
56
- container: snowstep/llvm:noble
+ # pinned to old build due to https://github.com/kei-g/docker-llvm/issues/78
57
+ #container: snowstep/llvm:ubuntu-24.04-latest
58
+ container: snowstep/llvm:ubuntu-24.04-20260517082025
59
- os: ubuntu-22.04
60
61
- container: snowstep/llvm:jammy
62
63
+ #container: snowstep/llvm:ubuntu-22.04-latest
64
+ container: snowstep/llvm:ubuntu-22.04-20260528071927
65
66
# https://hub.docker.com/r/phhargrove/llvm-flang/tags
67
0 commit comments