Skip to content

Commit f751926

Browse files
committed
chore: downgrade Linux runner version
1 parent 2448d0c commit f751926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
Automated-CI-Linux:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04 # libwpewebkit-1.0-dev isn't available on 24.04 yet.
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)