File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205 codex-targets : aarch64-apple-darwin
206206 rust-target : aarch64-apple-darwin
207207 - platform : macos-x86_64
208- os : macos-13
208+ os : macos-15-intel
209209 python-interpreter : 3.12
210210 codex-targets : x86_64-apple-darwin
211211 rust-target : x86_64-apple-darwin
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ def test_release_workflow_builds_split_macos_wheels() -> None:
2323 assert "macos-x86_64" in workflow
2424 assert "codex-targets: aarch64-apple-darwin" in workflow
2525 assert "codex-targets: x86_64-apple-darwin" in workflow
26+ assert "os: macos-15-intel" in workflow
27+ assert "os: macos-13" not in workflow
2628 assert "macos-universal2" not in workflow
2729 assert "universal2-apple-darwin" not in workflow
2830
You can’t perform that action at this time.
0 commit comments