Skip to content

Commit

Permalink
Try Ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed May 24, 2024
1 parent c4540b9 commit 0c485c1
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-latest, windows-latest, ARM64]
platform: [macos-latest, ubuntu-24.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-latest'
if: matrix.platform == 'ubuntu-24.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
Expand Down

0 comments on commit 0c485c1

Please sign in to comment.