Skip to content

Commit

Permalink
use old macos image with conda pre-installed (s-weigand/setup-conda#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Aug 28, 2024
1 parent aadab08 commit cd47e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [Ubuntu-latest, windows-latest]
os: [Ubuntu-latest, windows-latest, macos-12]
env:
OLD_REF: ${{ github.event.before }}
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
Expand Down

0 comments on commit cd47e4a

Please # to comment.