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 ea194a944..2deb009ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -25,7 +25,7 @@ jobs: | |||
25 | strategy: | 25 | strategy: |
26 | fail-fast: false | 26 | fail-fast: false |
27 | matrix: | 27 | matrix: |
28 | os: [ubuntu-latest, windows-latest, macos-latest] | 28 | os: [ubuntu-latest, windows-latest] #, macos-latest] |
29 | 29 | ||
30 | steps: | 30 | steps: |
31 | - name: Checkout repository | 31 | - name: Checkout repository |