Skip to content

Commit 57b7b7b

Browse files
committed
Work on check-newest-clang: Switch from clang 20 to clang 21.
1 parent 99ef2bb commit 57b7b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/many-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,8 @@ jobs:
836836
name: tarball
837837
- uses: addnab/docker-run-action@v3
838838
with:
839-
# A Docker container with the newest clang release, based on Debian 12.
840-
image: tuxmake/clang-20:latest
839+
# A Docker container with the newest clang release, based on Debian 13.
840+
image: tuxmake/clang-21:latest
841841
options: -v ${{ github.workspace }}:/work
842842
run: |
843843
uname -a

0 commit comments

Comments
 (0)