We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2448d0c commit f751926Copy full SHA for f751926
1 file changed
.github/workflows/ci_linux.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
Automated-CI-Linux:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # libwpewebkit-1.0-dev isn't available on 24.04 yet.
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v2
0 commit comments