Skip to content

Commit 66b2d62

Browse files
updated windows runner from 2019 to 2022
1 parent 92fd9d6 commit 66b2d62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java-native-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
default: "ubuntu-latest"
1010
type: choice
11-
options: ['ubuntu-latest', 'macos-latest', 'windows-latest', 'ubuntu-20.04', 'macos-11', 'windows-2019']
11+
options: ['ubuntu-latest', 'macos-latest', 'windows-latest', 'ubuntu-20.04', 'macos-11', 'windows-2022']
1212
description: "Use to select OS to build native image for."
1313

1414
jobs:

0 commit comments

Comments
 (0)