diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26be1350..f290c645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: python-version: ["3.12"] diff --git a/.github/workflows/documentation_update.yml b/.github/workflows/documentation_update.yml index 94835072..623219e1 100644 --- a/.github/workflows/documentation_update.yml +++ b/.github/workflows/documentation_update.yml @@ -17,7 +17,7 @@ permissions: jobs: testing: name: Documentation - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: checkout actions uses: actions/checkout@v4