Skip to content

Commit e5d0999

Browse files
ci: Fix cargo docs-rs task
1 parent ac8fcb4 commit e5d0999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
build-doc:
8585
name: cargo docs-rs
86-
runs-on: ubuntu-22.04
86+
runs-on: ubuntu-24.04
8787
env:
8888
RUSTDOCFLAGS: -Dwarnings
8989
steps:
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
if [ "$RUNNER_OS" == "Linux" ]; then
9898
sudo apt update
99-
sudo apt install pkg-config libjavascriptcoregtk-4.0-dev
99+
sudo apt install pkg-config libjavascriptcoregtk-4.1-dev
100100
fi
101101
shell: bash
102102
- run: cargo docs-rs

0 commit comments

Comments
 (0)