Skip to content

Commit

Permalink
[ci] Revert release build to windows-2025 runner
Browse files Browse the repository at this point in the history
We're seeing build failures with the latest MSVC version when optimization is
enabled.
  • Loading branch information
fhanau committed Jan 8, 2025
1 parent 135158f commit 6600131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-22.04, macos-15, windows-2025]
os: [ubuntu-22.04, macos-15, windows-2022]
target-arch: [ X64 ]
include:
- os-name: linux
Expand All @@ -74,7 +74,7 @@ jobs:
bazel-config: release_macos
target-arch: ARM64
- os-name: windows
os: windows-2025
os: windows-2022
bazel-config: release_windows
runs-on: ${{ matrix.os }}
name: build (${{ matrix.os-name }})
Expand Down

0 comments on commit 6600131

Please sign in to comment.