From 4e5e2049efa114fc12b5e98a6530daad84561d41 Mon Sep 17 00:00:00 2001 From: edvan_microsoft Date: Fri, 12 Jul 2024 11:14:51 +0200 Subject: [PATCH] fix runs on --- .github/workflows/python-test-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test-coverage.yml b/.github/workflows/python-test-coverage.yml index 2f6802b7c41a..6253d85b11e9 100644 --- a/.github/workflows/python-test-coverage.yml +++ b/.github/workflows/python-test-coverage.yml @@ -16,7 +16,7 @@ env: jobs: python-tests-coverage: - runs-on: ${{ github.env.RUN_OS }} + runs-on: ubuntu-latest continue-on-error: true permissions: pull-requests: write