ci: Migrate Transifex runner to latest tag

The `transifex` tag has now been removed due to a seperate image no longer being necessary
This commit is contained in:
OpenSauce04 2026-04-26 15:28:31 +01:00 committed by OpenSauce
parent eb498e5ecd
commit ec6a0dd1c8

View File

@ -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