From 430bb25f04f50228f20a4290f4b866c8e6c93f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 14 Jul 2024 14:59:59 +0200 Subject: [PATCH] ansible: rebuild fedora38-x64-2 host with Fedora 39 (#3828) Fedora 38 is EoL. Closes: https://github.com/nodejs/build/issues/3820 --- ansible/inventory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index 351b552b3..dbb7e2dd5 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -116,8 +116,8 @@ hosts: debian12-x64-1: {ip: 159.203.105.159, swap_file_size_mb: 2048} fedora37-x64-1: {ip: 159.65.248.149} fedora38-x64-1: {ip: 162.243.187.89} - fedora38-x64-2: {ip: 134.209.172.40} fedora39-x64-1: {ip: 159.203.117.50} + fedora39-x64-2: {ip: 134.209.172.40} 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, swap_file_size_mb: 2048}