Skip to content

Commit

Permalink
TST: Change versions, see actions/runner-images#6384
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jan 17, 2023
1 parent acb553e commit 2977b32
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/testing_python_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-12, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
with:
fetch-depth: 0

# Setup env
- uses: "actions/setup-python@v2"
- uses: "actions/setup-python@v3"
with:
python-version: "${{ matrix.python-version }}"

Expand All @@ -38,7 +38,8 @@ jobs:
pytest --cov=graphbin --cov-report=xml --cov-append
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
fail_ci_if_error: true

0 comments on commit 2977b32

Please sign in to comment.