Skip to content

Commit

Permalink
refs #1690 Fix CI ubuntu version for older libwebkit2gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Dec 31, 2024
1 parent a5bfab8 commit e16a67a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
release-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 60

steps:
Expand All @@ -28,6 +28,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-cache madison libwebkit2gtk-4.1-dev
sudo apt-get install -y \
build-essential \
curl \
Expand Down

0 comments on commit e16a67a

Please sign in to comment.