Skip to content

Commit

Permalink
Tests: Update CI - Azure Pipelines / Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKSerene committed Jan 1, 2025
1 parent 22f782b commit 07f76bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
pytest --cov=./ --cov-report=xml --cov-append --ignore=tests/tests_nlp
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# macOS
build-macos:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- job: "macOS"

pool:
vmImage: macOS-12
vmImage: macOS-13

steps:
- task: UsePythonVersion@0
Expand Down

0 comments on commit 07f76bf

Please sign in to comment.