Skip to content

Commit

Permalink
chore(i18n): switch sync translations workflow to ubuntu from macos
Browse files Browse the repository at this point in the history
our i18n infrastructure used to rely on some macOS-specific behavior,
but now that it is all javascript I don't think the runner OS actually
matters

if it does not matter, then ubuntu is preferred as macos has limited
concurrency on free accounts
  • Loading branch information
mikehardy committed Jan 24, 2024
1 parent 60d9c66 commit 8e6aafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: write # to create the PR with changes
name: 'Sync Translations with Crowdin'
timeout-minutes: 20
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -111,4 +111,4 @@ jobs:
} else {
throw err;
}
}
}

0 comments on commit 8e6aafc

Please sign in to comment.