Skip to content

Commit 7dddd2a

Browse files
committed
Test on macOS
1 parent 9319fbf commit 7dddd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -2,7 +2,7 @@ import groovy.json.JsonOutput
22

33
def matrixDefault = [
44
"java-version": [ "17" ],
5-
"os": [ "ubuntu-22.04", "windows-latest" ]
5+
"os": [ "ubuntu-22.04", "windows-latest", "macos-latest" ]
66
]
77

88
// # 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)