Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: Assert tag is from master
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ jobs:

test:
name: Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Setup dependencies
uses: ExpressApp/github-actions-poetry@v0.3
uses: ExpressApp/github-actions-poetry@v0.4
with:
python-version: ${{ matrix.python-version }}
poetry-version: "1.3.2"
Expand All @@ -32,11 +32,11 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Setup dependencies
uses: ExpressApp/github-actions-poetry@v0.3
uses: ExpressApp/github-actions-poetry@v0.4
with:
python-version: ${{ matrix.python-version }}
poetry-version: "1.3.2"
Expand All @@ -47,11 +47,11 @@ jobs:

docs-lint:
name: Docs lint
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Setup dependencies
uses: ExpressApp/github-actions-poetry@v0.3
uses: ExpressApp/github-actions-poetry@v0.4
with:
python-version: ${{ matrix.python-version }}
poetry-version: "1.3.2"
Expand Down
Loading
Loading