From 2110f89f756f9d82ac011ebb1c85375b5874ef0c Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sat, 5 Oct 2024 23:33:20 +0300 Subject: [PATCH] Update setup.sh --- .ci/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/setup.sh b/.ci/setup.sh index 93e13a3e296..2d49f3e33b7 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -6,7 +6,7 @@ export COMPILER="gcc" export OS_NAME="macos" MACPORTS_URL=https://distfiles.macports.org/MacPorts -MACPORTS_PKG=MacPorts-2.5.3-10.13-HighSierra.pkg +MACPORTS_PKG=MacPorts-2.8.1-13-Ventura.pkg MACPORTS_PREFIX=/opt/local MACPORTS_PATH=/tmp/$MACPORTS_PKG