Skip to content

Commit

Permalink
Merge pull request #4064 from rouault/ci_conda_osx_arm64
Browse files Browse the repository at this point in the history
CI: add support for Conda osx_arm64 builds
  • Loading branch information
rouault authored Feb 25, 2024
2 parents 170ea48 + d3296b7 commit 30847ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: ['ubuntu-latest','windows-latest','macos-latest']
platform: ['ubuntu-latest','windows-latest','macos-latest','macos-14']

env:
PLATFORM: ${{ matrix.platform }}
Expand Down

0 comments on commit 30847ac

Please sign in to comment.