Change runs-on
Some checks failed
Gitea Actions Demo / build_test (3.1) (push) Failing after 4s
Gitea Actions Demo / build_test (3.9) (push) Failing after 1m52s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
Jakob Lass 2025-04-10 13:51:13 +02:00
parent b5639154b6
commit 336c8ff62d

View File

@ -6,10 +6,10 @@ on: [push]
jobs:
build_test:
runs-on: linux
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7]
python-version: [3.9, 3.10]
steps:
- uses: actions/checkout@v2