Skip to content

Commit

Permalink
Roll back windows build image to 2019 on android build job
Browse files Browse the repository at this point in the history
Per workaround suggested in
actions/runner-images#11402 (comment).

Applying this now as my hopes for a swift resolution without changes on
our side are slim to none (read thread linked above in full to learn
why).
  • Loading branch information
bdach committed Jan 23, 2025
1 parent bf23c67 commit b4e8a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

build-only-android:
name: Build only (Android)
runs-on: windows-latest
runs-on: windows-2019
timeout-minutes: 60
steps:
- name: Checkout
Expand Down

0 comments on commit b4e8a17

Please sign in to comment.