Skip to content

Commit ec102ac

Browse files
committed
Work on check-newest-clang: Switch from clang 20 to clang 21.
1 parent a9188ec commit ec102ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/many-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,8 @@ jobs:
875875
name: tarball
876876
- uses: addnab/docker-run-action@v3
877877
with:
878-
# A Docker container with the newest clang release, based on Debian 12.
879-
image: tuxmake/clang-20:latest
878+
# A Docker container with the newest clang release, based on Debian 13.
879+
image: tuxmake/clang-21:latest
880880
options: -v ${{ github.workspace }}:/work
881881
run: |
882882
uname -a

0 commit comments

Comments
 (0)