Skip to content

Commit

Permalink
Try Tauris recommended GHA packages and ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 authored Oct 28, 2024
1 parent 453b71a commit 2294a3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
platform:
- macos-13 # [macOs, x64]
- macos-latest # [macOs, ARM64]
- ubuntu-24.04 # [linux, x64]
- ubuntu-22.04 # [linux, x64]
- windows-latest # [windows, x64]

runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -157,14 +157,14 @@ jobs:
run: |
sudo apt update;
sudo apt install -y \
libwebkit2gtk-4.1-0 \
build-essential \
curl \
wget \
file \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
libwebkit2gtk-4.1-dev \
libappindicator3-dev \
librsvg2-dev;
# sudo apt install -y \
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
platform:
- macos-13 # [macOs, x64]
- macos-latest # [macOs, ARM64]
- ubuntu-24.04 # [linux, x64]
- ubuntu-22.04 # [linux, x64]
- windows-latest # [windows, x64]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2294a3a

Please sign in to comment.