diff --git a/.github/workflows/macos_x86_64.yaml b/.github/workflows/macos_x86_64.yaml index ccbdfe21..c0f50658 100644 --- a/.github/workflows/macos_x86_64.yaml +++ b/.github/workflows/macos_x86_64.yaml @@ -30,8 +30,6 @@ jobs: - uses: actions/checkout@v4 - name: Setup cmake run: | - export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" - echo $PATH brew install cmake echo "check python3" python3 -c "import sys; print(sys.version)" diff --git a/env_vars.sh b/env_vars.sh index ed3eb050..1b8aefa5 100644 --- a/env_vars.sh +++ b/env_vars.sh @@ -7,7 +7,7 @@ SQLITE_VERSION=3440000 PROJ_VERSION=9.1.0 PROJ_DATA_VER=1.19.0 GDAL_VERSION=3.7.3 -CURL_VERSION=8.8.0 +CURL_VERSION=8.4.0 NGHTTP2_VERSION=1.46.0 EXPAT_VERSION=2.4.9 TIFF_VERSION=4.3.0