Skip to content

Commit 98a11e9

Browse files
committed
Fix build problems: switch to Ubuntu-20.04.
We need Python 2.7 to build.
1 parent 5fa5dd0 commit 98a11e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: [ master ]
55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: Ubuntu-20.04
88

99
steps:
1010
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)