Skip to content

Commit

Permalink
Add macOS-13 runner for conda install test (#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 14, 2023
1 parent 230e027 commit fdbc308
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 @@ -15,7 +15,7 @@ jobs:
name: Conda install and test
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-12, macos-13]
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit fdbc308

Please sign in to comment.