fix: use ubuntu-22.04 instead of latest for desktop release

Related bug: https://github.com/electron/electron/issues/41066.
This commit is contained in:
Tienson Qin
2025-03-11 02:55:14 +08:00
parent e1f8a20890
commit 0ff5471aba
4 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ env:
jobs:
build-docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout