From 02a5f4bc7a3215a18cd274ba914d4ad39238a4f9 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 22 May 2023 17:59:17 +0100 Subject: [PATCH] upgrade github actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3876c54..62bf340 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,7 +159,7 @@ jobs: build-linux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: # You can use PyPy versions in python-version. # For example, pypy2 and pypy3 @@ -294,7 +294,7 @@ jobs: path: dist/* source-distro: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it @@ -339,7 +339,7 @@ jobs: path: dist/* dynamic-distro: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it