upgrade github actions

This commit is contained in:
Richard Smith 2023-05-22 17:59:17 +01:00
parent 2ee15fa7e5
commit 02a5f4bc7a

View file

@ -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