From c2f4589ca9c14a0f1614ca67e9788976f5d9060d Mon Sep 17 00:00:00 2001 From: wuyue Date: Tue, 6 Jun 2023 13:35:40 +0800 Subject: [PATCH] update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f778dfb..7c685a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: push jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@master