Skip to content

Commit a4b8a86

Browse files
committed
ci(github-actions): change ubuntu-latest to ubuntu-20.04
#629 (comment)
1 parent c9da962 commit a4b8a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
10-
platform: [ubuntu-latest, macos-latest, windows-latest]
10+
platform: [ubuntu-20.04, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)