mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
[deps] DevOps: Update windows to v2022 (#7878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
02f662595e
commit
7dd102364c
2
.github/workflows/build-cli.yml
vendored
2
.github/workflows/build-cli.yml
vendored
@ -149,7 +149,7 @@ jobs:
|
|||||||
|
|
||||||
cli-windows:
|
cli-windows:
|
||||||
name: Build CLI Windows
|
name: Build CLI Windows
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/build-desktop.yml
vendored
2
.github/workflows/build-desktop.yml
vendored
@ -248,7 +248,7 @@ jobs:
|
|||||||
|
|
||||||
windows:
|
windows:
|
||||||
name: Windows Build
|
name: Windows Build
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
defaults:
|
defaults:
|
||||||
|
2
.github/workflows/release-cli.yml
vendored
2
.github/workflows/release-cli.yml
vendored
@ -188,7 +188,7 @@ jobs:
|
|||||||
|
|
||||||
choco:
|
choco:
|
||||||
name: Deploy Choco
|
name: Deploy Choco
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
needs: setup
|
needs: setup
|
||||||
if: inputs.choco_publish
|
if: inputs.choco_publish
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/release-desktop-beta.yml
vendored
2
.github/workflows/release-desktop-beta.yml
vendored
@ -203,7 +203,7 @@ jobs:
|
|||||||
|
|
||||||
windows:
|
windows:
|
||||||
name: Windows Build
|
name: Windows Build
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
needs: setup
|
needs: setup
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
2
.github/workflows/release-desktop.yml
vendored
2
.github/workflows/release-desktop.yml
vendored
@ -306,7 +306,7 @@ jobs:
|
|||||||
|
|
||||||
choco:
|
choco:
|
||||||
name: Deploy Choco
|
name: Deploy Choco
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
needs: setup
|
needs: setup
|
||||||
if: ${{ github.event.inputs.choco_publish == 'true' }}
|
if: ${{ github.event.inputs.choco_publish == 'true' }}
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user