diff options
| author | 2024-09-29 07:17:28 -0500 | |
|---|---|---|
| committer | 2024-09-29 07:17:28 -0500 | |
| commit | 72c659d1ee91130fe12e6a9aa59c468ca24faf2d (patch) | |
| tree | 193f84617c65ded0ce03fd6be55949b0b9bebe26 /.github | |
| parent | Remove financial support link. (diff) | |
Github has fewer runners than I thought.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b1b9c38..dfb93321 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: name: Build and test on Windows strategy: matrix: - os: [ windows-latest, windows-2019, windows-2017 ] + os: [ windows-latest, windows-2019 ] runs-on: ${{ matrix.os }} steps: - name: Checkout the repository |
