mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-22 17:27:44 +02:00
Build: Use latest Windows image (#33)
This commit is contained in:
parent
0c7d4d57cb
commit
c546b66aa4
2
.github/workflows/build_common.yml
vendored
2
.github/workflows/build_common.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
||||
|
||||
build-windows:
|
||||
name: Windows VS2019
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
CC: gcc
|
||||
defaults:
|
||||
|
2
.github/workflows/build_x86.yaml
vendored
2
.github/workflows/build_x86.yaml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
|
||||
build-windows:
|
||||
name: Windows VS2019
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
CC: gcc
|
||||
defaults:
|
||||
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -35,7 +35,7 @@ env:
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
CC: gcc
|
||||
permissions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user