main.yml: update runner image

(20.04 gets end of date)
pull/3955/head
Sergey G. Brester 2025-02-25 18:24:40 +01:00 committed by GitHub
parent 882e6d5e00
commit c340fb0ef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14.0-alpha.4', pypy3.10]