File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments