Skip to content

Commit

Permalink
Add matrix for os for caching example
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Nov 11, 2022
1 parent 9a93a94 commit b0e3d7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/caching-envs-example.yml
Expand Up @@ -22,6 +22,10 @@ jobs:
(github.event_name == 'schedule' && github.repository ==
'conda-incubator/setup-miniconda') || (github.event_name != 'schedule')

strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b0e3d7d

Please sign in to comment.