Bump our macOS CI runners

This commit is contained in:
ISSOtm
2026-04-14 01:40:05 +02:00
committed by Eldred Habert
parent ac0f93ffda
commit d48d6fe5d9
4 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ case "$actionname" in
action() { # _ _ repo _
# libbet depends on PIL to build
if [ "$3" = "libbet" ]; then
case "${osname%-*}" in
case "${osname%%-*}" in
ubuntu | debian)
sudo apt-get install python3-pil
;;