From 2d1bb99ce594e7b40588388d938b83fa980fd3d9 Mon Sep 17 00:00:00 2001 From: abel Date: Tue, 19 Sep 2023 16:28:27 -0300 Subject: [PATCH] (fix) Fix reference to ubuntu OS in the run-test GitHub workflow --- .github/workflows/run-tests.yml | 3 +-- codecov.yml | 0 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 codecov.yml diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 576ae0cd..2741adab 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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 }} @@ -43,4 +43,3 @@ jobs: uses: codecov/codecov-action@v3 with: env_vars: OS,PYTHON - verbose: true diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..e69de29b