Skip to content

Commit d653769

Browse files
committed
try to fix missing vips library via updating versions
1 parent 9fff35a commit d653769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_and_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ on: push
33

44
jobs:
55
test_and_build:
6-
runs-on: ubuntu-22.04
6+
runs-on: ubuntu-24.04
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010

1111
- name: Setup Node.js
12-
uses: actions/setup-node@v3
12+
uses: actions/setup-node@v4
1313
with:
1414
registry-url: https://registry.npmjs.org/
1515
node-version: v20.14.0

0 commit comments

Comments
 (0)