Skip to content

Commit bf81ce8

Browse files
Updated ubuntu os to 20.04 (#431)
ubnutu 18.04 is near end of support and hence we are deprecating the support.
1 parent 8d16ed6 commit bf81ce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
max-parallel: 12
1212
matrix:
13-
os: [ubuntu-18.04, macos-latest, windows-latest]
13+
os: [ubuntu-20.04, macos-latest, windows-latest]
1414
python-version: [3.6, 3.7, 3.8, 3.9]
1515
runs-on: ${{ matrix.os }}
1616

0 commit comments

Comments
 (0)