This is an automated email from the ASF dual-hosted git repository. gopidesu pushed a commit to branch fix-runner-version in repository https://gitbox.apache.org/repos/asf/airflow-publish.git
The following commit(s) were added to refs/heads/fix-runner-version by this push: new be09229 Update runner version be09229 is described below commit be09229465b6c19ab8c57cb3547bea15ee1b6420 Author: Pavan Kumar <gopidesupa...@gmail.com> AuthorDate: Sat May 17 16:53:46 2025 +0100 Update runner version --- .github/workflows/test-pypi-providers-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pypi-providers-publish.yml b/.github/workflows/test-pypi-providers-publish.yml index f9fc913..5066765 100644 --- a/.github/workflows/test-pypi-providers-publish.yml +++ b/.github/workflows/test-pypi-providers-publish.yml @@ -44,7 +44,7 @@ jobs: release-checks: outputs: publisher-name: ${{ steps.config-parser.outputs.publisher-name }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v4 @@ -111,7 +111,7 @@ jobs: publish-to-pypi: name: Publish svn packages to PyPI - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest environment: name: test-pypi url: https://test.pypi.org/