Skip to content

Commit 1d102ac

Browse files
committed
ubuntu-18.04 runners have been removed. Switch to ubuntu-latest
1 parent 0e5ef01 commit 1d102ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33

44
jobs:
55
lint_test:
6-
runs-on: ubuntu-18.04
6+
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v1
99
- name: Set up Python 3.x
@@ -19,7 +19,7 @@ jobs:
1919
python3 -m flake8 . --count --show-source --statistics
2020
2121
linux_test:
22-
runs-on: ubuntu-18.04
22+
runs-on: ubuntu-latest
2323
env:
2424
DISPLAY: :99.0
2525
steps:
@@ -83,7 +83,7 @@ jobs:
8383
python -m pytest --cov=kivy_garden.$flower_name --cov-report term --cov-branch
8484
8585
docs:
86-
runs-on: ubuntu-18.04
86+
runs-on: ubuntu-latest
8787
steps:
8888
- uses: actions/checkout@v1
8989
- name: Set up Python 3.x

0 commit comments

Comments
 (0)