Skip to content

Commit 11be9a4

Browse files
committed
[TEST-ONLY] Run functional tests on Windows and macOS
1 parent d08d1ce commit 11be9a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-logic/common-plugins/src/main/groovy/org.graalvm.build.github-actions-helper.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def matrixDefault = [
77

88
def latestMatrixDefault = [
99
"java-version": [ "17.0.12" ],
10-
"os": [ "ubuntu-22.04" ]
10+
"os": [ "ubuntu-22.04", "windows-latest", "macos-latest" ]
1111
]
1212

1313
// # Following versions are disabled temporarily in order to speed up PR testing "7.3.3", "7.2", "7.1", "6.8.3",

0 commit comments

Comments
 (0)