From 78e262fff7d84ffbfbfb2bc9c2567319f8656a44 Mon Sep 17 00:00:00 2001 From: Uzay-G Date: Mon, 19 Jun 2023 12:34:31 -0400 Subject: [PATCH] update ubuntu version --- .github/workflows/pypi-auto-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-auto-deploy.yml b/.github/workflows/pypi-auto-deploy.yml index 033f474c..93abc13f 100644 --- a/.github/workflows/pypi-auto-deploy.yml +++ b/.github/workflows/pypi-auto-deploy.yml @@ -8,7 +8,7 @@ on: jobs: builds-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI + github release - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: Set up Python 3.9