Skip to content

Commit 3c850c0

Browse files
committed
ci: migrate from macos-13 to macos-15-intel
macos-13 runners are being deprecated by GitHub Actions. See actions/runner-images#13046
1 parent 1b9b093 commit 3c850c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production-readiness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ${{ matrix.os }}
118118
strategy:
119119
matrix:
120-
os: [ubuntu-22.04, macos-13]
120+
os: [ubuntu-22.04, macos-15-intel]
121121

122122
steps:
123123
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)