From 07fa48e3d8e14b9562893c5258d2fa7f9f3698e2 Mon Sep 17 00:00:00 2001 From: TheOtherP Date: Mon, 20 Nov 2023 07:56:22 +0100 Subject: [PATCH] Try running native test action on windows with new GraalVM --- .github/workflows/buildNative.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildNative.yml b/.github/workflows/buildNative.yml index c872075b4..bca356c0d 100644 --- a/.github/workflows/buildNative.yml +++ b/.github/workflows/buildNative.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - os: [ ubuntu-20.04 ] + os: [ ubuntu-20.04, windows-latest ] fail-fast: false env: HYDRA_NATIVE_BUILD: true