We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ef2bb commit 57b7b7bCopy full SHA for 57b7b7b
.github/workflows/many-platforms.yml
@@ -836,8 +836,8 @@ jobs:
836
name: tarball
837
- uses: addnab/docker-run-action@v3
838
with:
839
- # A Docker container with the newest clang release, based on Debian 12.
840
- image: tuxmake/clang-20:latest
+ # A Docker container with the newest clang release, based on Debian 13.
+ image: tuxmake/clang-21:latest
841
options: -v ${{ github.workspace }}:/work
842
run: |
843
uname -a
0 commit comments