We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2af7ac + 18739af commit dbc8152Copy full SHA for dbc8152
.github/workflows/publish.yml
@@ -420,7 +420,7 @@ jobs:
420
- os: macos-latest
421
arch: arm64
422
binary: relay-pty-darwin-arm64
423
- - os: macos-13
+ - os: macos-15-large # Intel runner (macos-13 is retired)
424
arch: x64
425
binary: relay-pty-darwin-x64
426
runs-on: ${{ matrix.os }}
.github/workflows/verify-publish.yml
@@ -314,7 +314,7 @@ jobs:
314
include:
315
316
317
318
319
320
0 commit comments