fix(desktop): unbreak Windows launch + Pi-installable arm64 .deb (#5233)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich
2026-04-23 10:13:27 -05:00
committed by GitHub
parent cbf7d263c4
commit 37ac422331
3 changed files with 44 additions and 24 deletions

View File

@@ -258,7 +258,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-24.04, ubuntu-24.04-arm]
os: [macos-latest, windows-latest, ubuntu-22.04, ubuntu-22.04-arm]
env:
GRADLE_CACHE_URL: ${{ secrets.GRADLE_CACHE_URL }}
GRADLE_CACHE_USERNAME: ${{ secrets.GRADLE_CACHE_USERNAME }}