remove deprecated Windows image
parent
b947a7201c
commit
e56186c45a
|
@ -21,8 +21,6 @@ jobs:
|
||||||
# Github Actions requires a single row to be added to the build matrix.
|
# Github Actions requires a single row to be added to the build matrix.
|
||||||
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
|
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
|
||||||
name: [
|
name: [
|
||||||
#TODO This build fails, need to understand why.
|
|
||||||
# windows-2016-cl,
|
|
||||||
windows-2019-cl,
|
windows-2019-cl,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -32,12 +30,6 @@ jobs:
|
||||||
]
|
]
|
||||||
build_unstable: [ON]
|
build_unstable: [ON]
|
||||||
include:
|
include:
|
||||||
#TODO This build fails, need to understand why.
|
|
||||||
# - name: windows-2016-cl
|
|
||||||
# os: windows-2016
|
|
||||||
# compiler: cl
|
|
||||||
# platform: 32
|
|
||||||
|
|
||||||
- name: windows-2019-cl
|
- name: windows-2019-cl
|
||||||
os: windows-2019
|
os: windows-2019
|
||||||
compiler: cl
|
compiler: cl
|
||||||
|
|
Loading…
Reference in New Issue