mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-20 07:30:40 -04:00
feat(ci): Build on ubuntu 20.04 to support older distros (#191)
This commit is contained in:
parent
aa81f3c588
commit
5ceda8fce7
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,8 @@ on:
|
|||
types: [created]
|
||||
|
||||
env:
|
||||
UBUNTU: "ubuntu-22.04"
|
||||
# We build on an older version to support older glib versions
|
||||
UBUNTU: "ubuntu-20.04"
|
||||
MACOS_ARM: "macos-latest"
|
||||
MACOS_INTEL: "macos-13"
|
||||
WINDOWS: "windows-latest"
|
||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
publish-tauri:
|
||||
# Do not publish preview releases to Github.
|
||||
# Building takes too long for preview releases.
|
||||
if: ${{ !contains(github.ref_name, 'preview') }}
|
||||
# if: ${{ !contains(github.ref_name, 'preview') }} Temporarily disabled
|
||||
permissions:
|
||||
contents: write
|
||||
strategy:
|
||||
|
@ -20,7 +20,7 @@ jobs:
|
|||
args: "--target aarch64-apple-darwin"
|
||||
- platform: "macos-13" # for Intel based macs.
|
||||
args: "--target x86_64-apple-darwin"
|
||||
- platform: "ubuntu-24.04"
|
||||
- platform: "ubuntu-20.04" # We build on an older version to support older glib versions
|
||||
args: ""
|
||||
- platform: "windows-latest"
|
||||
args: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue