diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-12-15 18:48:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-12-15 18:48:50 +0300 |
commit | 4b8d6e7c310f1ddd41d5eaf9eb044f10060a38a0 (patch) | |
tree | f79b1c210b8e2a6a3f5978782e8dd7a30f7fb7bb | |
parent | add couple of comments (diff) | |
download | setup-clang-4b8d6e7c310f1ddd41d5eaf9eb044f10060a38a0.tar.gz setup-clang-4b8d6e7c310f1ddd41d5eaf9eb044f10060a38a0.zip |
workflows/test: test on windows-2022
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4cde415..2abe2ae 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-latest] + os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-2016, windows-2019, windows-2022, windows-latest] runs-on: '${{ matrix.os }}' name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}' steps: |