From 1fa29f5e1ba86f7f342bf7f753d198c199ad7ddf Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Wed, 10 Dec 2025 09:08:00 -0500 Subject: [PATCH] build: Run CI on latest Ubuntu and Mac Mac 13 runner is EOL'd. --- .github/workflows/cli-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index 6ec2ace..fd0e8e1 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -23,9 +23,9 @@ jobs: matrix: os: - name: linux - image: ubuntu-24.04 + image: ubuntu-latest - name: mac - image: macos-13 + image: macos-latest python-version: - '3.11' fail-fast: false