Skip to content

Commit 39eadff

Browse files
committed
ci: re-enable for macos Python 3.9
1 parent a4a202d commit 39eadff

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
# workaround for the above, only available for 3.9
5757
- if: ${{ inputs.os == 'macos-latest' && contains(fromJSON('["3.9"]'), inputs.python-version) && inputs.python-architecture == 'x64' }}
5858
name: Set up Python ${{ inputs.python-version }}
59-
uses: astral-sh/setup-uv@v5
59+
uses: astral-sh/setup-uv@v6
6060
with:
61-
python-version: cpython-${{ inputs.python-version }}-macos-x86-64
61+
python-version: cpython-${{ inputs.python-version }}-macos-x86_64-none
6262

6363
- name: Install nox
6464
run: python -m pip install --upgrade pip && pip install nox[uv]

.github/workflows/ci.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -328,15 +328,14 @@ jobs:
328328

329329
# arm64 macOS Python not available on GitHub Actions until 3.10,
330330
# and 3.7 & 3.8 not available to install from uv, but can backfill 3.9 with x64 from uv
331-
# FIXME: setup-uv issue prevents this from working, https://github.com/astral-sh/setup-uv/issues/554
332-
# - rust: stable
333-
# python-version: "3.9"
334-
# platform:
335-
# {
336-
# os: "macos-latest",
337-
# python-architecture: "x64",
338-
# rust-target: "x86_64-apple-darwin",
339-
# }
331+
- rust: stable
332+
python-version: "3.9"
333+
platform:
334+
{
335+
os: "macos-latest",
336+
python-architecture: "x64",
337+
rust-target: "x86_64-apple-darwin",
338+
}
340339
# arm64 Linux runner is in public preview, so test 3.13 on it
341340
- rust: stable
342341
python-version: "3.13"

0 commit comments

Comments
 (0)