Skip to content

Commit 9f3d51d

Browse files
authored
ci: restore testing for macos x64 (#5501)
1 parent 5275568 commit 9f3d51d

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -311,17 +311,31 @@ jobs:
311311
rust-target: "x86_64-unknown-linux-gnu",
312312
}
313313

314-
# arm64 macOS Python not available on GitHub Actions until 3.10,
315-
# and 3.7 & 3.8 not available to install from uv, but can backfill 3.9 with x64 from uv
316-
# FIXME: setup-uv issue prevents this from working, https://github.com/astral-sh/setup-uv/issues/554
317-
# - rust: stable
318-
# python-version: "3.9"
319-
# platform:
320-
# {
321-
# os: "macos-latest",
322-
# python-architecture: "x64",
323-
# rust-target: "x86_64-apple-darwin",
324-
# }
314+
# arm64 macOS Python not available on GitHub Actions until 3.10, test older versions on x64
315+
- rust: stable
316+
python-version: "3.7"
317+
platform:
318+
{
319+
os: "macos-15-intel",
320+
python-architecture: "x64",
321+
rust-target: "x86_64-apple-darwin",
322+
}
323+
- rust: stable
324+
python-version: "3.8"
325+
platform:
326+
{
327+
os: "macos-15-intel",
328+
python-architecture: "x64",
329+
rust-target: "x86_64-apple-darwin",
330+
}
331+
- rust: stable
332+
python-version: "3.9"
333+
platform:
334+
{
335+
os: "macos-15-intel",
336+
python-architecture: "x64",
337+
rust-target: "x86_64-apple-darwin",
338+
}
325339
# test latest Python on arm64 linux & windows runners
326340
- rust: stable
327341
python-version: "3.14"

0 commit comments

Comments
 (0)