Skip to content

Commit 2d1bb99

Browse files
author
abel
committed
(fix) Fix reference to ubuntu OS in the run-test GitHub workflow
1 parent a30481c commit 2d1bb99

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python: ["3.9", "3.10", "3.11"]
12-
os: [ubuntu-18.04, macos-latest, windows-latest]
12+
os: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.os }}
1414
env:
1515
OS: ${{ matrix.os }}
@@ -43,4 +43,3 @@ jobs:
4343
uses: codecov/codecov-action@v3
4444
with:
4545
env_vars: OS,PYTHON
46-
verbose: true

codecov.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)