From c2a024101b6cea6a2ef8913134dd74441c4914a0 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 17 Jul 2024 08:54:48 +0100 Subject: [PATCH] CI: Upgrade Python to at least 3.8 - Latest node-gyp requires 3.8 - Python 3.7 is EOL - Minimum glibc requirement for linux-arm will now be 2.31 (Pi OS 'Legacy' provides Debian 11 with glibc 2.31) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3c246cee..4ece8f714 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Dependencies (Rocky Linux glibc) if: contains(matrix.container, 'rockylinux') run: | - dnf install -y gcc-toolset-11-gcc-c++ make git python3 fontconfig google-noto-sans-fonts + dnf install -y gcc-toolset-11-gcc-c++ make git python3.12 fontconfig google-noto-sans-fonts echo "/opt/rh/gcc-toolset-11/root/usr/bin" >> $GITHUB_PATH - name: Dependencies (Linux musl) if: contains(matrix.container, 'alpine') @@ -131,7 +131,7 @@ jobs: matrix: include: - platform: linux-arm - distro: buster + distro: bullseye run_on_arch: armv6 nodejs_arch: armv6l nodejs_hostname: unofficial-builds.nodejs.org