Skip to content

Commit

Permalink
(fix) Fix reference to ubuntu OS in the run-test GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Sep 19, 2023
1 parent a30481c commit 2d1bb99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python: ["3.9", "3.10", "3.11"]
os: [ubuntu-18.04, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
OS: ${{ matrix.os }}
Expand Down Expand Up @@ -43,4 +43,3 @@ jobs:
uses: codecov/codecov-action@v3
with:
env_vars: OS,PYTHON
verbose: true
Empty file added codecov.yml
Empty file.

0 comments on commit 2d1bb99

Please sign in to comment.