diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 37058d3b..8598e836 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -26,7 +26,7 @@ jobs: fetch-translations: strategy: fail-fast: true - runs-on: ubuntu + runs-on: ubuntu-latest needs: determine-build # Translations will only be fetched in the MCCTeam repository, since it needs crowdin secrets. if: ${{ github.repository == 'MCCTeam/Minecraft-Console-Client' }}