diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8a12c226..134b17988 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: test: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 strategy: matrix: python-version: ['3.x'] diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6f2bca6d6..bfe2da224 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,7 @@ on: jobs: test: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - run: mkdir $HOME/.ssh - name: Remove and cleanup mysql