aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 03:25:56 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 03:35:12 +0100
commit190f39dc69e90617dd277ec44e642c8488db4b18 (patch)
treed7b97ce1cd96f89fd8cc2c15cd98cab8ab0941c1
parentworkflows/test: test on windows-2022 (diff)
downloadsetup-clang-190f39dc69e90617dd277ec44e642c8488db4b18.tar.gz
setup-clang-190f39dc69e90617dd277ec44e642c8488db4b18.zip
workflows/test: actualize runner OSes
-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 2abe2ae..2b58ae3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [x86, x64]
- os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-2016, windows-2019, windows-2022, windows-latest]
+ os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-2019, windows-2022, windows-latest]
runs-on: '${{ matrix.os }}'
name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}'
steps: