CI: Pin patch generation workflows to windows-2022
This commit is contained in:
committed by
Ryan Foster
parent
671fb57daf
commit
9c79ff71de
2
.github/workflows/dispatch.yaml
vendored
2
.github/workflows/dispatch.yaml
vendored
@@ -139,7 +139,7 @@ jobs:
|
||||
windows-patches:
|
||||
name: Create Windows Patches 🩹
|
||||
if: github.repository_owner == 'obsproject' && inputs.job == 'patches'
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/windows-patches
|
||||
|
||||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -202,7 +202,7 @@ jobs:
|
||||
name: Create Windows Patches 🩹
|
||||
needs: check-tag
|
||||
if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag)
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/windows-patches
|
||||
|
||||
Reference in New Issue
Block a user