From d6537693d1e821796aafd9b4e193aa88a216e4f2 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 24 Jan 2025 10:54:33 +0100 Subject: [PATCH] try to fix missing vips library via updating versions --- .github/workflows/test_and_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index b24ce0de..a13f13e4 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -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