Skip to content

Commit a6402b3

Browse files
authored
fix: update macos runner (#13)
1 parent 613645d commit a6402b3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/test_release_workflows.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)