We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be7ad9 commit b82cf78Copy full SHA for b82cf78
.github/workflows/dep_build_guest_binaries.yml
@@ -19,13 +19,13 @@ jobs:
19
strategy:
20
fail-fast: true
21
matrix:
22
- build: [windows-2022-debug, windows-2022-release]
+ build: [hyperlight-kvm-debug, hyperlight-kvm-release]
23
include:
24
- - build: windows-2022-debug
25
- os: windows-2022
+ - build: hyperlight-kvm-debug
+ os: hyperlight-kvm
26
config: debug
27
- - build: windows-2022-release
28
+ - build: hyperlight-kvm-release
29
config: release
30
31
steps:
0 commit comments