Skip to content

Commit b4e8a17

Browse files
committedJan 23, 2025··
Roll back windows build image to 2019 on android build job
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).
1 parent bf23c67 commit b4e8a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
build-only-android:
9898
name: Build only (Android)
99-
runs-on: windows-latest
99+
runs-on: windows-2019
100100
timeout-minutes: 60
101101
steps:
102102
- name: Checkout

0 commit comments

Comments
 (0)
Please sign in to comment.