From 88abc9845a579f0843d6fbfe2ad5d057b845bc15 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 21 Apr 2026 21:23:15 -0500 Subject: [PATCH] Ubuntu 26.04 --- .github/workflows/ci.yml | 2 +- .github/workflows/integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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