Skip to content

Commit

Permalink
chore: GHA run on ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jan 20, 2025
1 parent 2259542 commit b97ee72
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
# The runners use ubuntu-22.04, because ubuntu-24.04 on GHA does not have this fix yet:
# https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2079019
name: tests
on:
push:
Expand All @@ -12,7 +14,7 @@ on:
jobs:
tests:
name: py${{ matrix.python }} unit tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -46,7 +48,7 @@ jobs:
minversions:
name: minimum dependency versions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install uv
Expand All @@ -71,7 +73,7 @@ jobs:
uv run pytest --numprocesses auto
style:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install uv
Expand All @@ -94,7 +96,7 @@ jobs:
uv run pre-commit run --all-files
doc:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install uv
Expand Down

0 comments on commit b97ee72

Please sign in to comment.