diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4694407a14..d7da94d0a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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