Skip to content

Commit

Permalink
update desktop release images
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Dec 5, 2024
1 parent 34b51b3 commit b62a508
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
go-version: "1.23.3"

- name: "Install native packages"
if: inputs.matrix-os == 'ubuntu-20.04'
if: inputs.matrix-os == 'ubuntu-24.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libayatana-appindicator3-dev librsvg2-dev patchelf rpm
Expand All @@ -34,14 +34,14 @@ runs:
# flatpak gnome-software-plugin-flatpak flatpak-builder elfutils

# - name: "Setup Flatpak"
# if: inputs.matrix-os == 'ubuntu-20.04'
# if: inputs.matrix-os == 'ubuntu-24.04'
# run: |
# sudo flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# shell: bash

- name: Setup cache Ubuntu
uses: actions/cache@v3
if: inputs.matrix-os == 'ubuntu-20.04'
if: inputs.matrix-os == 'ubuntu-24.04'
with:
path: |
~/.cache/go-build
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
strategy:
matrix:
config:
#- os: macos-latest-xl
# arch: x64
# goarch: amd64
# daemon_name: x86_64-apple-darwin
#- os: macos-latest-xl
# arch: arm64
# goarch: arm64
# daemon_name: aarch64-apple-darwin
- os: ubuntu-20.04
- os: macos-latest
arch: x64
goarch: amd64
daemon_name: x86_64-apple-darwin
- os: macos-latest
arch: arm64
goarch: arm64
daemon_name: aarch64-apple-darwin
- os: ubuntu-24.04
arch: x64
goarch: amd64
daemon_name: x86_64-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
arch: arm64
goarch: arm64
daemon_name: aarch64-apple-darwin
- os: ubuntu-20.04
- os: ubuntu-24.04
arch: x64
goarch: amd64
daemon_name: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit b62a508

Please sign in to comment.