Skip to content

Commit dbc8152

Browse files
authored
Merge pull request #330 from AgentWorkforce/fix/macos-runner
fix: update macOS x64 runners from macos-13 to macos-15-large
2 parents b2af7ac + 18739af commit dbc8152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ jobs:
420420
- os: macos-latest
421421
arch: arm64
422422
binary: relay-pty-darwin-arm64
423-
- os: macos-13
423+
- os: macos-15-large # Intel runner (macos-13 is retired)
424424
arch: x64
425425
binary: relay-pty-darwin-x64
426426
runs-on: ${{ matrix.os }}

.github/workflows/verify-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
include:
315315
- os: macos-latest
316316
arch: arm64
317-
- os: macos-13
317+
- os: macos-15-large # Intel runner (macos-13 is retired)
318318
arch: x64
319319
runs-on: ${{ matrix.os }}
320320

0 commit comments

Comments
 (0)