From 2467eafd2885d51bf96f3ab720470e25c40a3c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 10 Dec 2023 15:13:31 +0100 Subject: [PATCH] ansible: replace DO Ubuntu 18.04 sharedlibs container (1) with 22.04 Refs: https://github.com/nodejs/build/issues/2933 --- ansible/inventory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index ee40e88c6..e01db1d74 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -129,7 +129,7 @@ hosts: freebsd12-x64-1: {ip: 45.55.90.237, user: freebsd} freebsd12-x64-2: {ip: 107.170.28.213, user: freebsd} rhel8-x64-1: {ip: 161.35.139.78, build_test_v8: yes} - ubuntu1804_docker-x64-1: {ip: 134.209.55.216} + ubuntu2204_docker-x64-1: {ip: 134.209.55.216} ubuntu1804_docker-x64-2: {ip: 159.89.183.200} ubuntu1804-x64-1: {ip: 178.128.181.213} ubuntu2204-x64-1: {ip: 138.197.4.1}