diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-13 10:11:27 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-13 20:36:45 +0000 |
| commit | 8f3cdf705cbf5ba29238c9e5e900727d488bf463 (patch) | |
| tree | ce6e596ae98dc4819d2af077afad2c45872e354b /.github/workflows | |
| parent | a0f9662e537fdcc074a7801b11495747f8c22601 (diff) | |
| download | python-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.yml | 2 |
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" |
