From 5e5b3f830d7adbd232feeae8a661253e24c454d7 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Fri, 3 Feb 2023 21:15:23 +0000 Subject: [PATCH] [CI] Upgrade Ubuntu runner to 20.04 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 807c49fbe..e773b97f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: perl scripts/warnings.pl error.log buildLinux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 needs: preBuild env: BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }} @@ -106,8 +106,8 @@ jobs: fetch-depth: 0 - name: Copy dependencies to externals run: | - dpkg-query -s libsodium23 libevent-core-2.1-6 libpng16-16 - cp $(dpkg-query -L libsodium23 libevent-core-2.1-6 libpng16-16 | grep -E '^/usr/lib/.*\.so\.[0-9]+$') externals/linux-g++/64/lib/ + dpkg-query -s libsodium23 libevent-core-2.1-7 libpng16-16 + cp $(dpkg-query -L libsodium23 libevent-core-2.1-7 libpng16-16 | grep -E '^/usr/lib/.*\.so\.[0-9]+$') externals/linux-g++/64/lib/ - name: Start DBus session bus run: | dbus-launch --sh-syntax | tee session.sh