fix: use ubuntu-22.04 to build app for release (#4767)

This commit is contained in:
Nico Domino 2024-08-27 14:11:42 +02:00 committed by GitHub
parent a7399ab083
commit a9b12f44b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@ jobs:
platform:
- macos-13 # [macOs, x64]
- macos-latest # [macOs, ARM64]
- ubuntu-20.04 # [linux, x64]
- ubuntu-22.04 # [linux, x64]
- windows-latest # [windows, x64]
runs-on: ${{ matrix.platform }}
@ -256,7 +256,7 @@ jobs:
platform:
- macos-13 # [macOs, x64]
- macos-latest # [macOs, ARM64]
- ubuntu-20.04 # [linux, x64]
- ubuntu-22.04 # [linux, x64]
- windows-latest # [windows, x64]
steps:
- uses: actions/checkout@v4