Upgrade windows runner for CI/CD (#3271)
* Try upgrade windows runner for CI/CD * Update names and BOM
This commit is contained in:
parent
50fd3cb1ee
commit
07370e365f
4
.github/workflows/buildandruntests.yml
vendored
4
.github/workflows/buildandruntests.yml
vendored
|
|
@ -20,8 +20,8 @@ defaults:
|
|||
jobs:
|
||||
build:
|
||||
|
||||
name: Prepare and build on Windows Server 2016 VM
|
||||
runs-on: windows-2019
|
||||
name: Prepare and build on Windows Server VM
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
|
|||
4
.github/workflows/buildandruntestslinux.yml
vendored
4
.github/workflows/buildandruntestslinux.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build & Run all tests on Ubuntu (release)
|
||||
name: Build & Run all tests on Ubuntu (release)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
@ -14,7 +14,7 @@ defaults:
|
|||
jobs:
|
||||
build:
|
||||
|
||||
name: Prepare and build on Ubuntu
|
||||
name: Prepare and build on Ubuntu VM
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue