Skip to content

Commit

Permalink
Dev: Use Ubuntu 20.04 in frontend test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 4, 2023
1 parent cb641d4 commit aa37c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
job_build_packages:
runs-on: ubuntu-18.04 # ubuntu runner hosted by Github
runs-on: ubuntu-20.04 # ubuntu runner hosted by Github
strategy:
matrix:
# Specify what version of nodejs you want to test
Expand Down

0 comments on commit aa37c2f

Please sign in to comment.