aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-09-29 07:17:28 -0500
committerCalvin Rose <calsrose@gmail.com>2024-09-29 07:17:28 -0500
commit72c659d1ee91130fe12e6a9aa59c468ca24faf2d (patch)
tree193f84617c65ded0ce03fd6be55949b0b9bebe26 /.github
parentRemove financial support link. (diff)
Github has fewer runners than I thought.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
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