mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
Fix Android build (#2029)
Change worker to win-2022 for VS2022
(cherry picked from commit 94bd5ceed3)
This commit is contained in:
committed by
Michal Checinski
parent
8df68a5606
commit
27b8c952e4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
|
||||
android:
|
||||
name: Android
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
needs: setup
|
||||
steps:
|
||||
- name: Setup NuGet
|
||||
@@ -212,7 +212,7 @@ jobs:
|
||||
|
||||
f-droid:
|
||||
name: F-Droid Build
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- name: Setup NuGet
|
||||
uses: nuget/setup-nuget@b2bc17b761a1d88cab755a776c7922eb26eefbfa # v1.0.6
|
||||
|
||||
Reference in New Issue
Block a user