Skip to content

Commit 42e702a

Browse files
Merge pull request #31 from scanoss/SP-2667/chore/update-windows-runners
Updated Windows runner (GitHub Actions) from 2019 to 2022
2 parents 92fd9d6 + 66b2d62 commit 42e702a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)