@@ -92,15 +92,15 @@ jobs:
9292        run : just clippy ${{ matrix.config }} 
9393
9494      - name : Build 
95-         run :  just build ${{ matrix.config }}  ${{ matrix.hypervisor == 'mshv3 ' && 'mshv3 ' || ''}} 
95+         run :  just build ${{ matrix.config }}  ${{ matrix.hypervisor == 'mshv ' && 'mshv2 ' || ''}} 
9696        working-directory : ./src/hyperlight_wasm 
9797
9898      - name : Build Rust Wasm examples 
9999        run :  just build-rust-wasm-examples ${{ matrix.config }} 
100100        working-directory : ./src/hyperlight_wasm 
101101
102102      - name : Test 
103-         run :  just test ${{ matrix.config }}  ${{ matrix.hypervisor == 'mshv3 ' && 'mshv3 ' || ''}} 
103+         run :  just test ${{ matrix.config }}  ${{ matrix.hypervisor == 'mshv ' && 'mshv2 ' || ''}} 
104104        working-directory : ./src/hyperlight_wasm 
105105
106106      - name : Install github-cli (Windows) 
@@ -118,14 +118,14 @@ jobs:
118118shell : pwsh 
119119
120120      - name : Test Examples 
121-         run : just examples-ci ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3 ' && 'mshv3 ' || ''}} 
121+         run : just examples-ci ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv ' && 'mshv2 ' || ''}} 
122122        working-directory : ./src/hyperlight_wasm 
123123        env :
124124          #  required for gh cli when downloading
125125          GH_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
126126
127127      - name : Test Component Model Examples 
128-         run : just examples-components ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3 ' && 'mshv3 ' || ''}} 
128+         run : just examples-components ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv ' && 'mshv2 ' || ''}} 
129129        working-directory : ./src/hyperlight_wasm 
130130
131131      # ## Benchmarks ###
@@ -141,6 +141,6 @@ jobs:
141141
142142      - name : Run benchmarks 
143143        run : | 
144-           just bench-ci dev ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3 ' && 'mshv3 ' || ''}} 
144+           just bench-ci dev ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv ' && 'mshv2 ' || ''}} 
145145working-directory : ./src/hyperlight_wasm 
146146        if : ${{ matrix.config == 'release' }} 
0 commit comments