We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4969b commit a131cdaCopy full SHA for a131cda
.github/workflows/build-and-test.yml
@@ -10,15 +10,15 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- os: [macos-14, ubuntu-latest, windows-latest]
+ os: [macos-14, ubuntu-24.04, windows-latest]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- name: Support longpaths on Windows
17
run: git config --system core.longpaths true
18
if: runner.os == 'Windows'
19
- uses: actions/checkout@v3
20
- name: Install Webkit + GTK bindings
21
- run: sudo apt-get update && sudo apt install -yq libwebkit2gtk-4.0-dev
+ run: sudo apt-get update && sudo apt install -yq libwebkit2gtk-4.1-dev
22
if: runner.os == 'Linux'
23
- name: Set up Maven 3.9.5
24
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1
0 commit comments