CI: Pin patch generation workflows to windows-2022

This commit is contained in:
Dennis Sädtler
2025-09-23 20:25:08 +02:00
committed by Ryan Foster
parent 671fb57daf
commit 9c79ff71de
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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