[core] work around Windows refusing to mount Linux MBR partitions on FIXED drives

* Fixes #1922.
* Also fix a typo and apply minor updates for GitHub Actions workflows.
This commit is contained in:
Pete Batard 2022-05-31 16:30:19 +01:00
parent c76327f96e
commit 746f91acc7
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
5 changed files with 16 additions and 15 deletions

View file

@ -14,7 +14,7 @@ env:
jobs:
CodeQL-Build:
runs-on: windows-2022
runs-on: windows-latest
permissions:
security-events: write

View file

@ -45,8 +45,6 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1
with:
msbuild-architecture: x64
- name: Build with Coverity
run: |

View file

@ -31,7 +31,7 @@ env:
jobs:
VS2022-Build:
runs-on: windows-2022
runs-on: windows-latest
strategy:
matrix: