File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,12 @@ jobs:
377377 matrix :
378378 # We're not running CI on macOS for now because it's one less matrix entry to lower the number of runners used,
379379 # macOS runners are expensive, and we assume that Ubuntu is enough to cover the UNIX case.
380- os : [ubuntu-latest, windows-latest]
380+ include :
381+ - os : windows-latest
382+ vsix-target : win32-x64
383+ - os : ubuntu-latest
384+ vsix-target : linux-x64
385+
381386 steps :
382387 - name : Checkout
383388 uses : actions/checkout@v4
@@ -386,4 +391,4 @@ jobs:
386391 uses : ./.github/actions/smoke-tests
387392 with :
388393 node_version : ${{ env.NODE_VERSION }}
389- artifact_name : ${{ needs.setup.outputs.vsix_artifact_name }}
394+ artifact_name : ${{ needs.setup.outputs.vsix_artifact_name }}-${{ matrix.vsix-target }}
You can’t perform that action at this time.
0 commit comments