Skip to content

Commit

Permalink
chore: Use ubuntu-24.04 for Crowdin actions
Browse files Browse the repository at this point in the history
This stops GitHub from wasting our time
by messing around with ubuntu-latest.
  • Loading branch information
kjarosh authored and torokati44 committed Oct 16, 2024
1 parent fbb9108 commit 41598c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
crowdin:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

if: github.repository == 'ruffle-rs/ruffle'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_texts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
crowdin:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

if: github.repository == 'ruffle-rs/ruffle'

Expand Down

0 comments on commit 41598c6

Please sign in to comment.