From 25a283e43b92dacca2de72e6062da5721839cce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Tue, 18 Feb 2025 09:38:31 +0100 Subject: [PATCH] ci: Fix the linux-x86 job Now that ubuntu-latest refers to a newer Ubuntu release, we need to move to the newer lib32stdc++ package version that matches that of the gcc-multilib package. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d109e789..79d0b878f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: if: matrix.id == 'linux-x86' run: | sudo apt-get update - sudo apt-get install gcc-multilib lib32stdc++-11-dev + sudo apt-get install gcc-multilib lib32stdc++-13-dev - name: Build if: ${{ startsWith(matrix.id, 'windows-') }} run: |