From 795c9379a9b8a87f54805d2671bd46077add3982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dvo=C5=99=C3=A1k?= Date: Sun, 29 Oct 2023 21:41:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20Ubuntu=20Version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.js.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 57e1a61..fbeae4c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-20.04] node-version: [16.x] steps: @@ -46,7 +46,6 @@ jobs: sudo chown -R firebird:firebird . while ! nc -z localhost 3050; do sleep 1 ; done sleep 2 - ldconfig -p | grep libfbclient - name: Tests run: |