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
27 changes: 11 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,8 @@ on:
jobs:
build:
name: WiFi Remote / Build
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Setup Visual Studio 2019
uses: microsoft/setup-msbuild@v2
with:
vs-version: 16.11

- name: Git Checkout
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -70,13 +65,13 @@ jobs:
outputs:
changes: ${{ steps.changes.outputs.xmp }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
xmp:
- '**.xmp2'
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
xmp:
- '**.xmp2'

codeql:
name: CodeQL
Expand All @@ -93,7 +88,7 @@ jobs:

mpe:
name: WiFi Remote / MPE
runs-on: windows-2019
runs-on: windows-2022
needs:
- build
- changes
Expand Down Expand Up @@ -225,8 +220,8 @@ jobs:
- name: Delete XML Artifact
uses: geekyeggo/delete-artifact@v5
with:
name: WiFiRemote XML
failOnError: false
name: WiFiRemote XML
failOnError: false

release:
name: WiFi Remote / Release
Expand Down