From 66b2d62504aca37d68f22e6f9804cff8d3d0f53b Mon Sep 17 00:00:00 2001 From: Jeronimo Ortiz <166400360+ortizjeronimo@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:45:23 -0300 Subject: [PATCH] updated windows runner from 2019 to 2022 --- .github/workflows/java-native-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-native-build.yml b/.github/workflows/java-native-build.yml index daea48d..9ef85a5 100644 --- a/.github/workflows/java-native-build.yml +++ b/.github/workflows/java-native-build.yml @@ -8,7 +8,7 @@ on: required: true default: "ubuntu-latest" type: choice - options: ['ubuntu-latest', 'macos-latest', 'windows-latest', 'ubuntu-20.04', 'macos-11', 'windows-2019'] + options: ['ubuntu-latest', 'macos-latest', 'windows-latest', 'ubuntu-20.04', 'macos-11', 'windows-2022'] description: "Use to select OS to build native image for." jobs: