Skip to content

Commit 9daa4b9

Browse files
committed
change Ubuntu distribution name
1 parent 2dee57d commit 9daa4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-ci-linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if [ "$MINGW" == "32" ]; then
123123
# https://github.com/actions/runner-images/issues/4589
124124
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
125125
sudo apt-get update
126-
sudo apt-get install -y --allow-downgrades libgd3:i386/focal libpcre2-8-0:i386/focal libpcre2-16-0:i386/focal libpcre2-32-0:i386/focal libpcre2-posix3/focal
126+
sudo apt-get install -y --allow-downgrades libgd3:i386/jammy libpcre2-8-0:i386/jammy libpcre2-16-0:i386/jammy libpcre2-32-0:i386/jammy libpcre2-posix3/jammy
127127
sudo apt-get purge -y libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4
128128
INSTALL_PACKAGES="$INSTALL_PACKAGES \
129129
binutils-mingw-w64-i686 \

0 commit comments

Comments
 (0)