Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
(github.event_name == 'pull_request_target' &&
!github.event.pull_request.draft))
name: Build plugin and addons
runs-on: windows-latest
runs-on: windows-2022
permissions:
contents: read
outputs:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
(github.event_name == 'workflow_dispatch' &&
github.event.inputs.validate-shaders == 'true'))
name: Validate shader compilation
runs-on: windows-latest
runs-on: windows-2022
permissions:
contents: read
strategy:
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
name: Post Prerelease from PR
if: github.event_name == 'pull_request_target'
needs: [cpp-build, shader-validation]
runs-on: windows-latest
runs-on: windows-2022
permissions:
contents: write
pull-requests: write
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
if: >
github.event_name == 'workflow_dispatch' ||
startsWith(github.ref, 'refs/tags/v')
runs-on: windows-latest
runs-on: windows-2022
permissions:
contents: write
steps:
Expand Down