From 75865b468568d2b54b2e959edeeb2e1e6b41077b Mon Sep 17 00:00:00 2001 From: Ugaitz Urien Date: Mon, 16 Dec 2024 11:35:20 +0100 Subject: [PATCH] Test aerospike node 16 with ubuntu-22.04 (#5017) --- .github/workflows/plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 2a76db58145..4822539ecab 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -21,7 +21,7 @@ jobs: node-version: [16] range: ['>=4.0.0 <5.2.0'] aerospike-image: [ce-5.7.0.15] - test-image: [ubuntu-latest] + test-image: [ubuntu-22.04] include: - node-version: 18 range: '>=5.2.0'