Skip to content

Commit bc87c4f

Browse files
committed
Fix Github Actions
1 parent cc5b03e commit bc87c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
tests:
77
name: Run tests
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-18.04
99
strategy:
1010
matrix:
1111
python-version: ['2.7', '3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9']

0 commit comments

Comments
 (0)