Skip to content

Commit

Permalink
conda.yml: use macos-12 due to test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 27, 2024
1 parent 04d9f21 commit 3c47abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
strategy:
fail-fast: true
matrix:
# macos-13: Intel
# macos-12: Intel
# macos-14: arm64
platform: ['ubuntu-latest','windows-latest','macos-13','macos-14']
platform: ['ubuntu-latest','windows-latest','macos-12','macos-14']

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

0 comments on commit 3c47abf

Please sign in to comment.