Skip to content

Commit 6b2ca08

Browse files
committed
Changed to ubuntu-latest in all workflows.
1 parent fd3f24d commit 6b2ca08

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/build-and-test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
matrix:
1515
python-version: [3.7, 3.8, 3.9]
1616
os:
17-
#- ubuntu-latest
18-
- ubuntu-20.04
17+
- ubuntu-latest
1918
- macos-latest
2019
#- windows-latest
2120

.github/workflows/pypi.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
matrix:
1212
python-version: [3.7, 3.8, 3.9]
1313
os:
14-
#- ubuntu-latest
15-
- ubuntu-20.04
14+
- ubuntu-latest
1615
- macos-latest
1716

1817
steps:

.github/workflows/testpypi.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
matrix:
1212
python-version: [3.7, 3.8, 3.9]
1313
os:
14-
#- ubuntu-latest
15-
- ubuntu-20.04
14+
- ubuntu-latest
1615
- macos-latest
1716

1817
steps:

0 commit comments

Comments
 (0)