Skip to content

Commit

Permalink
Switch back to VS2019 for CPP
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Jul 13, 2023
1 parent f1ed5b3 commit 188fe3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cpp_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
# switch back to VS 2019 when 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]
steps:
- uses: actions/checkout@v2
- name: Compile On Linux
Expand Down

0 comments on commit 188fe3a

Please sign in to comment.