Skip to content

Commit

Permalink
ci: change macos conda installation
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Apr 24, 2024
1 parent a347b1a commit 26015da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26015da

Please sign in to comment.