From b9cdd55801a07cfbc29b3d2f920b495131e64cfd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 30 Aug 2026 06:57:39 +1000 Subject: [PATCH] CI: pin Android builds to Windows 2022 --- .github/workflows/android.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b879e74274..bfe85f86e7 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -11,7 +11,8 @@ on: jobs: buildAAB: name: Build Release AAB - runs-on: windows-latest + # Xamarin is not available in the Visual Studio 2026 runner image. + runs-on: windows-2022 steps: - uses: actions/checkout@v2 @@ -102,7 +103,8 @@ jobs: buildAPK: name: Build Release APK - runs-on: windows-latest + # Xamarin is not available in the Visual Studio 2026 runner image. + runs-on: windows-2022 steps: - uses: actions/checkout@v2