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