Skip to content

Commit

Permalink
remove deprecated Windows image
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jun 7, 2023
1 parent b947a72 commit e56186c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
# 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.
name: [
#TODO This build fails, need to understand why.
# windows-2016-cl,
windows-2019-cl,
]

Expand All @@ -32,12 +30,6 @@ jobs:
]
build_unstable: [ON]
include:
#TODO This build fails, need to understand why.
# - name: windows-2016-cl
# os: windows-2016
# compiler: cl
# platform: 32

- name: windows-2019-cl
os: windows-2019
compiler: cl
Expand Down

0 comments on commit e56186c

Please sign in to comment.