Skip to content

Commit 225007c

Browse files
authored
Use ubuntu-latest in actions (#8)
1 parent accfcb7 commit 225007c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
upload_progress_bar_to_wiki:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
1010
with:
@@ -21,7 +21,7 @@ jobs:
2121
2222
run_tests:
2323
needs: upload_progress_bar_to_wiki
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Set up Python
@@ -50,7 +50,7 @@ jobs:
5050

5151
upload_results_to_wiki:
5252
needs: run_tests
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v2
5656
with:

0 commit comments

Comments
 (0)