Skip to content

Commit 354b162

Browse files
committed
Specify Ubuntu version
Set Ubuntu version to work with Python 3.7
1 parent 3df95f9 commit 354b162

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ on:
1111

1212
jobs:
1313
ci:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
17-
python-version: [ 3.7.1, 3.8, 3.9]
17+
python-version: [ 3.7, 3.8, 3.9]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/pullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
ci:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
1717
python-version: [ 3.7, 3.8, 3.9]

0 commit comments

Comments
 (0)