Skip to content

Commit 3b40a06

Browse files
Norbert Schneiderfmeum
authored andcommitted
Use same runners in release as in test workflow
windows-2016 runners were removed (actions/runner-images#4312)
1 parent 8a49448 commit 3b40a06

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
87
build_release:
98
runs-on: ${{ matrix.os }}
109
strategy:
1110
matrix:
12-
os: [ubuntu-latest, macos-10.15, windows-2016]
11+
os: [ubuntu-latest, macos-10.15, windows-2019]
1312
include:
1413
- os: ubuntu-latest
1514
arch: "linux"
1615
bazel_args: "--config=toolchain --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux"
1716
- os: macos-10.15
1817
arch: "macos-x86_64"
1918
bazel_args: "--config=toolchain --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-darwin --xcode_version_config=//.github:host_xcodes"
20-
- os: windows-2016
19+
- os: windows-2019
2120
arch: "windows"
2221
bazel_args: ""
2322

0 commit comments

Comments
 (0)