Skip to content

Commit a131cda

Browse files
committed
libwebkit2gtk-dev was upgraded to 4.1 in Ubuntu 24.04
1 parent ea4969b commit a131cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
os: [macos-14, ubuntu-latest, windows-latest]
13+
os: [macos-14, ubuntu-24.04, windows-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Support longpaths on Windows
1717
run: git config --system core.longpaths true
1818
if: runner.os == 'Windows'
1919
- uses: actions/checkout@v3
2020
- name: Install Webkit + GTK bindings
21-
run: sudo apt-get update && sudo apt install -yq libwebkit2gtk-4.0-dev
21+
run: sudo apt-get update && sudo apt install -yq libwebkit2gtk-4.1-dev
2222
if: runner.os == 'Linux'
2323
- name: Set up Maven 3.9.5
2424
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1

0 commit comments

Comments
 (0)