mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 19:14:31 +03:00
fix: use ubuntu-22.04 to build app for release (#4767)
This commit is contained in:
parent
a7399ab083
commit
a9b12f44b0
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user