Skip to content

Commit

Permalink
Use ubuntu-latest in actions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus authored Jan 17, 2022
1 parent accfcb7 commit 225007c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
upload_progress_bar_to_wiki:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -21,7 +21,7 @@ jobs:
run_tests:
needs: upload_progress_bar_to_wiki
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

upload_results_to_wiki:
needs: run_tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 225007c

Please sign in to comment.