1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 04:59:15 +00:00

reset to ubuntu 22.04 for testing python 3.7

This commit is contained in:
deadc0de6
2025-02-20 16:21:05 +01:00
parent fc3035bfc8
commit 7e58374591
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ on:
jobs: jobs:
analyze: analyze:
name: Analyze name: Analyze
runs-on: ubuntu-latest runs-on: ubuntu-22.04
permissions: permissions:
actions: read actions: read
contents: read contents: read

View File

@@ -2,7 +2,7 @@ name: test-doc
on: [push, pull_request, workflow_dispatch] on: [push, pull_request, workflow_dispatch]
jobs: jobs:
test-doc: test-doc:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
continue-on-error: true continue-on-error: true
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -2,7 +2,7 @@ name: tests
on: [push, pull_request, workflow_dispatch] on: [push, pull_request, workflow_dispatch]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]