Skip to content

Commit

Permalink
too ambitious
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani authored Apr 26, 2024
1 parent e6c349b commit a24892c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,12 @@ jobs:
strategy:
# Run each build to completion, regardless of if any have failed
fail-fast: false
matrix: os: [ubuntu-20.04, macOS-12, windows-2019]
matrix:
os:
# While iterating on this file, you can disable one or more of these to speed things up
- ubuntu-20.04
- macOS-12
- windows-2019
steps:
- name: set up environment
id: checks
Expand Down

0 comments on commit a24892c

Please sign in to comment.