mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Updated CI for VS2022
This commit is contained in:
parent
b560f6062d
commit
7cb49d9f5a
6
.github/workflows/vs2022.yml
vendored
6
.github/workflows/vs2022.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
build-windows-vs2019-stl:
|
||||
name: Windows VS2022 Debug - STL
|
||||
runs-on: [windows-2019]
|
||||
runs-on: [windows-2022]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
build-windows-vs2019-no-stl:
|
||||
name: Windows VS2022 Debug - No STL
|
||||
runs-on: [windows-2019]
|
||||
runs-on: [windows-2022]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
build-windows-vs2019-stl-force-cpp03:
|
||||
name: Windows VS2022 Debug - STL - Force C++03
|
||||
runs-on: [windows-2019]
|
||||
runs-on: [windows-2022]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user