Skip to content

Commit eb9fe9e

Browse files
committed
use ubuntu-20.04
1 parent aa7b0d2 commit eb9fe9e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os:
19-
- ubuntu-latest
20-
- macos-latest
19+
- ubuntu-20.04
2120
- windows-latest
2221
python: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2322

@@ -34,6 +33,6 @@ jobs:
3433
run: tox -e py
3534
- name: Upload coverage to Codecov
3635
uses: codecov/codecov-action@v3
37-
if: matrix.os == 'ubuntu-latest' && matrix.python == '3.13'
36+
if: matrix.os == 'ubuntu-20.04' && matrix.python == '3.13'
3837
with:
3938
file: ./coverage.xml

0 commit comments

Comments
 (0)