mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-20 07:30:40 -04:00
fix(ci): Use ubuntu-22.04 to build GUI, enable preview builds, revert 1.0.0-rc.3 (#185)
* fix(ci): Use ubuntu-22.04 to build GUI
* Revert "Prepare release 1.0.0-rc.3 (#184)"
This reverts commit 6bf90eb28e
.
This commit is contained in:
parent
6bf90eb28e
commit
82c4b600c8
5 changed files with 9 additions and 11 deletions
|
@ -9,7 +9,8 @@ jobs:
|
|||
publish-tauri:
|
||||
# Do not publish preview releases to Github.
|
||||
# Building takes too long for preview releases.
|
||||
if: ${{ !contains(github.ref_name, 'preview') }}
|
||||
# TODO: This has been temporarily enabled
|
||||
# if: ${{ !contains(github.ref_name, 'preview') }}
|
||||
permissions:
|
||||
contents: write
|
||||
strategy:
|
||||
|
@ -20,7 +21,7 @@ jobs:
|
|||
args: "--target aarch64-apple-darwin"
|
||||
- platform: "macos-13" # for Intel based macs.
|
||||
args: "--target x86_64-apple-darwin"
|
||||
- platform: "ubuntu-22.04"
|
||||
- platform: "ubuntu-24.04"
|
||||
args: ""
|
||||
- platform: "windows-latest"
|
||||
args: ""
|
||||
|
@ -43,7 +44,7 @@ jobs:
|
|||
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
|
||||
|
||||
- name: install dependencies (ubuntu only)
|
||||
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
|
||||
if: matrix.platform == 'ubuntu-24.04' # This must match the platform value defined above.
|
||||
run: |
|
||||
sudo apt update;
|
||||
sudo apt install -y \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue