From 209de93dbaa578f863cb4154e1c79957c7245791 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 14 Oct 2024 13:32:39 +0100 Subject: [PATCH] Run tx push from Ubuntu Noble --- .github/workflows/all.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 483158bbbd..e7ea908c88 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -27,13 +27,13 @@ jobs: if: github.ref == 'refs/heads/master' runs-on: ubuntu-24.04 container: - image: ubuntu:bionic + image: ubuntu:noble steps: - uses: supplypike/setup-bin@v3 with: - uri: https://github.com/transifex/cli/releases/download/v1.6.7/tx-linux-amd64.tar.gz + uri: https://github.com/transifex/cli/releases/download/v1.6.17/tx-linux-amd64.tar.gz name: tx - version: 1.6.7 + version: 1.6.17 - name: Install dependencies env: DEBIAN_FRONTEND: noninteractive @@ -49,7 +49,7 @@ jobs: libchromaprint-dev libdbus-1-dev libfftw3-dev - libglew1.5-dev + libglew-dev libglib2.0-dev libgpod-dev libgstreamer-plugins-base1.0-dev