Skip to content

Commit

Permalink
try to fix missing vips library via updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Jan 24, 2025
1 parent 9fff35a commit d653769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on: push

jobs:
test_and_build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
node-version: v20.14.0
Expand Down

0 comments on commit d653769

Please sign in to comment.