From ec6a0dd1c814d0ee22a9feeb73c7de2e530830b4 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 26 Apr 2026 15:28:31 +0100 Subject: [PATCH] ci: Migrate Transifex runner to `latest` tag The `transifex` tag has now been removed due to a seperate image no longer being necessary --- .github/workflows/transifex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index 8e9093be9..f9d073dd4 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -7,7 +7,7 @@ on: jobs: transifex: runs-on: ubuntu-latest - container: opensauce04/azahar-build-environment:transifex + container: opensauce04/azahar-build-environment:latest if: ${{ github.repository == 'azahar-emu/azahar' }} steps: - uses: actions/checkout@v4