Skip to content

Commit

Permalink
Fix Android build (#2029)
Browse files Browse the repository at this point in the history
Change worker to win-2022 for VS2022

(cherry picked from commit 94bd5ce)
  • Loading branch information
michalchecinski committed Aug 4, 2022
1 parent 8df68a5 commit 27b8c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -57,7 +57,7 @@ jobs:

android:
name: Android
runs-on: windows-2019
runs-on: windows-2022
needs: setup
steps:
- name: Setup NuGet
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 27b8c95

Please sign in to comment.