Skip to content

Commit 11e92e8

Browse files
committed
Update macOS runners in Actions workflow
actions/runner-images#13046 macos 13 runners are gone, switching to latest
1 parent 4d4160d commit 11e92e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ jobs:
117117
strategy:
118118
matrix:
119119
platform:
120-
- runner: macos-13
120+
- runner: macos-15-intel
121121
target: x86_64
122-
- runner: macos-14
122+
- runner: macos-latest
123123
target: aarch64
124124
steps:
125125
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)