Skip to content

Commit

Permalink
Enable build for windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Jul 14, 2023
1 parent ec112b5 commit 767f118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
# Disable VS 2022 before https://github.com/bazelbuild/bazel/issues/18592 issue is solved
# os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
steps:
- uses: actions/checkout@v2
- name: Compile On Linux
Expand Down

0 comments on commit 767f118

Please sign in to comment.