From 7ab4ff96da36fb39b0c4f53e76825da1dccd8ef2 Mon Sep 17 00:00:00 2001 From: shimwell Date: Sun, 13 Oct 2024 09:51:21 +0100 Subject: [PATCH] pinned ubuntu --- .github/workflows/ci.yml | 2 +- .github/workflows/documentation_update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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