We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9188ec commit ec102acCopy full SHA for ec102ac
1 file changed
.github/workflows/many-platforms.yml
@@ -875,8 +875,8 @@ jobs:
875
name: tarball
876
- uses: addnab/docker-run-action@v3
877
with:
878
- # A Docker container with the newest clang release, based on Debian 12.
879
- image: tuxmake/clang-20:latest
+ # A Docker container with the newest clang release, based on Debian 13.
+ image: tuxmake/clang-21:latest
880
options: -v ${{ github.workspace }}:/work
881
run: |
882
uname -a
0 commit comments