Skip to content

Commit

Permalink
workflows: Move npm-update and po-refresh to Ubuntu 20.04
Browse files Browse the repository at this point in the history
GitHub's 18.04 additional repositories break NPM. As "ubuntu-latest" is
going to switch to 20.04 soon anyway [1], do the jump now.

[1] actions/runner-images#1816

Cherry-picked from starter-kit commit 33a66592.

Closes #639
  • Loading branch information
martinpitt authored Dec 28, 2020
1 parent 8de7ce9 commit 928d1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
jobs:
npm-update:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Set up dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/po-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
po-refresh:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Set up dependencies
run: |
Expand Down

0 comments on commit 928d1ba

Please sign in to comment.