Skip to content

Commit

Permalink
Bazel support: Switch back to VS2019 due to a toolchain issue in Bazel (
Browse files Browse the repository at this point in the history
#1457)

Signed-off-by: Vertexwahn <julian.amann@tum.de>
  • Loading branch information
Vertexwahn authored Jun 16, 2023
1 parent 7a8ae78 commit e504fb2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bazel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
bazelisk build //...
build_and_test_windows:
name: Windows Server 2022 build <Visual Studio 2022>
runs-on: windows-2022
# TODO: switch back to VS 2022 when https://github.com/bazelbuild/bazel/issues/18592 issue is solved
#name: Windows Server 2022 build <Visual Studio 2022>
#runs-on: windows-2022
name: Windows Server 2019 build <Visual Studio 2019>
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e504fb2

Please sign in to comment.