From 72c659d1ee91130fe12e6a9aa59c468ca24faf2d Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 29 Sep 2024 07:17:28 -0500 Subject: [PATCH] Github has fewer runners than I thought. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b1b9c38d..dfb933213 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