Skip to content

Commit aa7956d

Browse files
authored
ops: use macos-15-intel instead of macos-13 (#1329)
1 parent 6bbed3a commit aa7956d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- { runner: ubuntu-latest, python_exec: ".venv/bin/python" }
1919
- { runner: ubuntu-24.04-arm, python_exec: ".venv/bin/python" }
2020
- { runner: macos-latest, python_exec: ".venv/bin/python", extra_rustflags: "-C split-debuginfo=off"}
21-
- { runner: macos-13, python_exec: ".venv/bin/python", extra_rustflags: "-C split-debuginfo=off"}
21+
- { runner: macos-15-intel, python_exec: ".venv/bin/python", extra_rustflags: "-C split-debuginfo=off"}
2222
- { runner: windows-latest, python_exec: ".venv\\Scripts\\python" }
2323
runs-on: ${{ matrix.platform.runner }}
2424
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- { os: linux, runner: ubuntu-latest, target: x86_64, container: "ghcr.io/rust-cross/manylinux_2_28-cross:x86_64" }
4747
- { os: linux, runner: ubuntu-24.04-arm, target: aarch64, container: "ghcr.io/rust-cross/manylinux_2_28-cross:aarch64" }
4848
- { os: macos, runner: macos-latest, target: aarch64 }
49-
- { os: macos, runner: macos-13, target: x86_64 }
49+
- { os: macos, runner: macos-15-intel, target: x86_64 }
5050
- { os: windows, runner: windows-latest, target: x64 }
5151
steps:
5252
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)