From aee86f25444e808c48a1e1baa467b4f17d4f99d1 Mon Sep 17 00:00:00 2001 From: goodboy Date: Tue, 24 Feb 2026 20:55:01 -0500 Subject: [PATCH] Run macos job on `uv` and newer `actions@v4` --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4e09f7f..7a0d0d28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,13 +134,11 @@ jobs: ] steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Setup python - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - name: 'Install uv + py-${{ matrix.python-version }}' + uses: astral-sh/setup-uv@v6 with: - python-version: '${{ matrix.python }}' + python-version: ${{ matrix.python-version }} - name: Install the project w uv run: uv sync --all-extras --dev