mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use macOS 14 in CI (#1335)
This commit is contained in:
@@ -52,7 +52,10 @@ case "$actionname" in
|
||||
# libbet depends on PIL to build
|
||||
if [ "$2" = "libbet" ]; then
|
||||
case "${osname%-*}" in
|
||||
ubuntu|macos)
|
||||
macos)
|
||||
python3 -m pip install --break-system-packages pillow
|
||||
;;
|
||||
ubuntu)
|
||||
python3 -m pip install pillow
|
||||
;;
|
||||
windows)
|
||||
|
||||
Reference in New Issue
Block a user