Skip to content

Commit 14184cf

Browse files
committed
ci: update macOS-13 runner images to macOS-15-intel
1 parent 069a28c commit 14184cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_release_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
sha256sum:
6060
python: e8d7ed8c6f8c6f85cd083d5051cafd8c6c01d09eca340d1da74d0c00ff1cb897
6161
- os: windows-2022
62-
- os: macos-13
62+
- os: macos-15-intel
6363
arch: x86_64
6464
sha256sum:
6565
python: 6378dfd22f58bb553ddb02be28304d739cd730c1f95c15c74955c923a1bc3d6a

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [ubuntu-22.04, macos-13, windows-2022]
81+
os: [ubuntu-22.04, macos-15-intel, windows-2022]
8282
python-version: ['3.9', '3.10', '3.11', '3.12']
8383
steps:
8484
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)