mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 16:06:00 -04:00
feat(ci): Build gui binaries on ubuntu-22.04
This commit is contained in:
parent
d953114c49
commit
288a13e8e7
@ -7,7 +7,7 @@ on:
|
||||
|
||||
env:
|
||||
# We build on an older version to support older glib versions
|
||||
UBUNTU: "ubuntu-20.04"
|
||||
UBUNTU: "ubuntu-22.04"
|
||||
MACOS_ARM: "macos-latest"
|
||||
MACOS_INTEL: "macos-13"
|
||||
WINDOWS: "windows-latest"
|
||||
|
@ -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-20.04" # We build on an older version to support older glib versions
|
||||
- platform: "ubuntu-22.04" # We build on an older version to support older glib versions
|
||||
args: ""
|
||||
- platform: "windows-latest"
|
||||
args: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user