mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
Pin Xbox UWP builds to Visual Studio 2022
This commit is contained in:
@@ -235,7 +235,7 @@ jobs:
|
|||||||
always()
|
always()
|
||||||
&& needs.xbox-uwp-changes.outputs.changed == 'true'
|
&& needs.xbox-uwp-changes.outputs.changed == 'true'
|
||||||
&& needs.xbox-uwp-selftest.result == 'success'
|
&& needs.xbox-uwp-selftest.result == 'success'
|
||||||
runs-on: windows-latest
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- name: Download shared payload
|
- name: Download shared payload
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ jobs:
|
|||||||
xbox-uwp:
|
xbox-uwp:
|
||||||
name: build Xbox UWP release
|
name: build Xbox UWP release
|
||||||
needs: [version, love-payload]
|
needs: [version, love-payload]
|
||||||
runs-on: windows-latest
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- name: Download shared payload
|
- name: Download shared payload
|
||||||
|
|||||||
Reference in New Issue
Block a user