Skip to content

Commit

Permalink
Try running native test action on windows with new GraalVM
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Nov 20, 2023
1 parent 4d686a4 commit 07fa48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildNative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07fa48e

Please sign in to comment.