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: build-linux:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
strategy: strategy:
# You can use PyPy versions in python-version. # You can use PyPy versions in python-version.
# For example, pypy2 and pypy3 # For example, pypy2 and pypy3
@ -294,7 +294,7 @@ jobs:
path: dist/* path: dist/*
source-distro: source-distro:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@ -339,7 +339,7 @@ jobs:
path: dist/* path: dist/*
dynamic-distro: dynamic-distro:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it