From 07f76bf637b11354e7acf66fb45d57ce85d98eb4 Mon Sep 17 00:00:00 2001 From: BLKSerene Date: Thu, 2 Jan 2025 02:19:15 +0800 Subject: [PATCH] Tests: Update CI - Azure Pipelines / Github Actions --- .github/workflows/tests.yml | 4 ++-- azure-pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36da90903..56a1e4ef8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index db045ffc3..7b2470498 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -63,7 +63,7 @@ jobs: - job: "macOS" pool: - vmImage: macOS-12 + vmImage: macOS-13 steps: - task: UsePythonVersion@0