Skip to content

Commit 0d4f2e0

Browse files
committed
fix(ci): Make sure TS binding check runs on Ubuntu 22.04
as there are build errors for 24.04
1 parent 4d6f149 commit 0d4f2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# Ensure committed bindings correct
6363
autogen-ts-bindings-check:
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-22.04
6565
steps:
6666
- uses: actions/checkout@v4
6767
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)