diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 15:37:26 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 15:37:26 +0100 |
commit | 24f575b598086a0fbb940c56e7eeb4c359d172a0 (patch) | |
tree | 8d2df8bc76cd11b476af88827882828063534792 | |
parent | workflows/test: upgrade actions (diff) | |
download | cleanup-path-24f575b598086a0fbb940c56e7eeb4c359d172a0.tar.gz cleanup-path-24f575b598086a0fbb940c56e7eeb4c359d172a0.zip |
workflows/test: run on new Windows runners
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45c5cc0..c674233 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,14 +13,14 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2016, windows-2019, windows-latest] + os: [windows-2019, windows-2022, windows-latest] python: [0, 1] default: [0, 1] include: # Prettier run names. - - {os: windows-2016, name: 2016} - {os: windows-2019, name: 2019} + - {os: windows-2022, name: 2022} - {os: windows-latest, name: latest} - {default: 0, default_descr: ''} - {default: 1, default_descr: ' + C:\Windows'} |