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