We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3050f03 commit 854291bCopy full SHA for 854291b
.github/workflows/build.yml
@@ -68,10 +68,10 @@ jobs:
68
# - ppc64
69
include:
70
# to ensure backwards compatibility as long as possible, use earliest versions of OSs available on Github Actions
71
- - os: windows-2019
+ - os: windows-2022
72
cpu: x64_windows
73
bazel_target: dist_zip
74
75
cpu: x64_x86_windows
76
77
# disabling Mac OS releases for now since they are working through existing build process
@@ -88,7 +88,7 @@ jobs:
88
with:
89
name: js
90
91
- - uses: bazel-contrib/setup-bazel@0.8.5
+ - uses: bazel-contrib/setup-bazel@0.15.0
92
93
token: ${{ secrets.GITHUB_TOKEN }}
94
0 commit comments