]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Change build runner to 'windows-latest' and clean up
authorDimitris Panokostas <midwan@gmail.com>
Thu, 15 Jan 2026 16:14:25 +0000 (17:14 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Jan 2026 16:14:25 +0000 (17:14 +0100)
Updated the workflow to use 'windows-latest' instead of 'windows-2026' for building WinUAE binaries. Removed the VS version specification for MSBuild setup.

.github/workflows/build-winuae-binary.yml

index 02f46179c4d9a2838b67fef6c0e2b4416548baee..4cdcc61c5eaa480e48cbb02dcc131d59d683c7fb 100644 (file)
@@ -14,7 +14,7 @@ env:
 
 jobs:
   Build-WinUAE-32bit-binary:
-    runs-on: windows-2026
+    runs-on: windows-latest
 
     steps:
       - uses: actions/checkout@v4
@@ -32,8 +32,6 @@ jobs:
 
       - name: Add MSBuild to PATH
         uses: microsoft/setup-msbuild@v2
-        with:
-          vs-version: '18.0'
 
       - name: Diagnostics (MSBuild)
         shell: powershell
@@ -80,7 +78,7 @@ jobs:
           path: D:\\Amiga
 
   Build-WinUAE-64bit-binary:
-    runs-on: windows-2026
+    runs-on: windows-latest
 
     steps:
       - uses: actions/checkout@v4
@@ -98,8 +96,6 @@ jobs:
 
       - name: Add MSBuild to PATH
         uses: microsoft/setup-msbuild@v2
-        with:
-          vs-version: '18.0'
 
       - name: Diagnostics (MSBuild)
         shell: powershell