Skip to content

Commit

Permalink
Update windows_develop_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwild authored Sep 6, 2024
1 parent 0120824 commit 29689c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_develop_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build_unity:
name: Build Unity project
runs-on: windows-2022
runs-on: windows-2019
outputs:
buildVersion: ${{ steps.buildStep.outputs.buildVersion }}
steps:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

build_hololens:
name: Build Hololens
runs-on: windows-2022
runs-on: windows-2019
needs: build_unity
outputs:
browser_download_url: ${{ steps.releaseUpload.outputs.browser_download_url }}
Expand Down

0 comments on commit 29689c7

Please sign in to comment.