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 56
56
# workaround for the above, only available for 3.9
57
57
- if : ${{ inputs.os == 'macos-latest' && contains(fromJSON('["3.9"]'), inputs.python-version) && inputs.python-architecture == 'x64' }}
58
58
name : Set up Python ${{ inputs.python-version }}
59
- uses : astral-sh/setup-uv@v5
59
+ uses : astral-sh/setup-uv@v6
60
60
with :
61
- python-version : cpython-${{ inputs.python-version }}-macos-x86-64
61
+ python-version : cpython-${{ inputs.python-version }}-macos-x86_64-none
62
62
63
63
- name : Install nox
64
64
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:
328
328
329
329
# arm64 macOS Python not available on GitHub Actions until 3.10,
330
330
# 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
+ }
340
339
# arm64 Linux runner is in public preview, so test 3.13 on it
341
340
- rust : stable
342
341
python-version : " 3.13"
You can’t perform that action at this time.
0 commit comments