Skip to content

Commit

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

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

0 comments on commit 04d9f21

Please sign in to comment.