From 26015da0fc7dc2b14dfc62a03073ffec700a7e09 Mon Sep 17 00:00:00 2001 From: Kamil Raczycki Date: Wed, 24 Apr 2024 14:46:58 +0200 Subject: [PATCH] ci: change macos conda installation --- .github/workflows/_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_tests.yml b/.github/workflows/_tests.yml index 8ec3bea..29e3e2e 100644 --- a/.github/workflows/_tests.yml +++ b/.github/workflows/_tests.yml @@ -30,7 +30,7 @@ jobs: $CONDA/bin/conda install -c conda-forge gdal $CONDA/bin/ogr2ogr --version - name: Install GDAL (macos) - if: matrix.os == 'macos-latest-large' + if: matrix.os == 'macos-13' run: | CONDA=$HOME/miniconda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh