Skip to content

Commit

Permalink
Back to Ubuntu 22.04 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed May 26, 2024
1 parent d2ce1ba commit 2bdf337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-24.04, windows-latest, ARM64]
platform: [macos-latest, ubuntu-22.04, windows-latest, ARM64]
node-version: [18]

runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Install dependencies (Ubuntu only)
if: matrix.platform == 'ubuntu-24.04'
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-*-dev libappindicator3-dev librsvg2-dev patchelf libsoup2.4-dev libjavascriptcoregtk-4.0-dev
Expand Down

0 comments on commit 2bdf337

Please sign in to comment.