diff options
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6232e50..0a6d92f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -13,7 +13,7 @@ jobs: | |||
| 13 | build: | 13 | build: |
| 14 | strategy: | 14 | strategy: |
| 15 | matrix: | 15 | matrix: |
| 16 | os: [ubuntu-latest, macos-latest, windows-latest] | 16 | os: [ubuntu-latest] |
| 17 | runs-on: ${{ matrix.os }} | 17 | runs-on: ${{ matrix.os }} |
| 18 | steps: | 18 | steps: |
| 19 | - uses: actions/checkout@v2 | 19 | - uses: actions/checkout@v2 |