diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f46fb8fec..ea194a944 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -115,7 +115,7 @@ jobs: | |||
115 | strategy: | 115 | strategy: |
116 | fail-fast: false | 116 | fail-fast: false |
117 | matrix: | 117 | matrix: |
118 | os: [ubuntu-latest, windows-latest, macos-latest] | 118 | os: [ubuntu-latest, windows-latest] |
119 | 119 | ||
120 | runs-on: ${{ matrix.os }} | 120 | runs-on: ${{ matrix.os }} |
121 | 121 | ||