From 68bef20808212b55ddfbd7f584c6c5ab9c94d5f3 Mon Sep 17 00:00:00 2001 From: "Andrew J.Swan" Date: Tue, 10 Jun 2025 23:57:16 +0300 Subject: [PATCH 1/2] Bump Windows to Windows Server 2022 --- .github/workflows/build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ead9816..30c76c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -93,7 +88,7 @@ jobs: mpe: name: WiFi Remote / MPE - runs-on: windows-2019 + runs-on: windows-2022 needs: - build - changes From 3e33446d83b01ae0777f024401f3509f69bb8170 Mon Sep 17 00:00:00 2001 From: "Andrew J.Swan" Date: Wed, 11 Jun 2025 10:45:49 +0300 Subject: [PATCH 2/2] Yaml Lint --- .github/workflows/build.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30c76c1..cfcba90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,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 @@ -220,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