Skip to content

Commit 446a13e

Browse files
authored
Merge pull request #258 from conda-incubator/fix-caching-example
2 parents 9a93a94 + b0e3d7d commit 446a13e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/caching-envs-example.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
(github.event_name == 'schedule' && github.repository ==
2323
'conda-incubator/setup-miniconda') || (github.event_name != 'schedule')
2424

25+
strategy:
26+
matrix:
27+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
28+
2529
runs-on: ${{ matrix.os }}
2630
steps:
2731
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)