summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-13 10:11:27 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-13 20:36:45 +0000
commit8f3cdf705cbf5ba29238c9e5e900727d488bf463 (patch)
treece6e596ae98dc4819d2af077afad2c45872e354b /.github/workflows
parenta0f9662e537fdcc074a7801b11495747f8c22601 (diff)
downloadpython-setuptools-git-8f3cdf705cbf5ba29238c9e5e900727d488bf463.tar.gz
Use windows-2019 for tests in GitHub Actions
For the time being let's just use the older version for the GHA host, so we can keep testing on Windows, instead of skipping it at all.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c680fb36..5be824c1 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
platform:
- ubuntu-latest
- macos-latest
- - windows-latest
+ - windows-2019
include:
- platform: ubuntu-latest
python: "3.10"