Skip to content

Commit

Permalink
[test] Update to windows-2022 for GraalVM smoke tests
Browse files Browse the repository at this point in the history
On windows-2019 the tests are failing with

```
Error: On Windows, GraalVM Native Image for JDK 17 requires Visual Studio 2022 version 17.1.0 or later (C/C++ Optimizing Compiler Version 19.31 or later).
```
  • Loading branch information
violetagg committed Nov 15, 2024
1 parent 5337ed9 commit 2ce8f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_netty_snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-13, windows-2019]
os: [ubuntu-20.04, macos-13, windows-2022]
transport: [native, nio]
exclude:
# excludes native on Windows (there's none)
- os: windows-2019
- os: windows-2022
transport: native
# macOS - https://github.com/netty/netty/issues/9689
- os: macos-13
Expand Down

0 comments on commit 2ce8f8f

Please sign in to comment.