Skip to content

Commit

Permalink
Run tx push from Ubuntu Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Oct 14, 2024
1 parent c482d81 commit 53c015f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 53c015f

Please sign in to comment.