diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-19 17:41:20 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-19 19:16:08 +0900 |
| commit | 3722b18e8d717df11c7fc45c25fbfffd5ad2bad3 (patch) | |
| tree | 598eb2e5c40a2425b614ab4fba08b675073a4dc3 | |
| parent | 7a4f7df335374a21355831d79f17d394532ddd96 (diff) | |
Enabled windows-2022 again
| -rw-r--r-- | .github/workflows/windows.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 38b75227fb..e83e71c0f3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,9 +23,9 @@ jobs: - vs: 2019 os: windows-2019 vcvars: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"' - # - vs: 2022 - # os: windows-2022 - # vcvars: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"' + - vs: 2022 + os: windows-2022 + vcvars: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"' fail-fast: false runs-on: ${{ matrix.os }} if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }} |
