ReviewOS

also looking at this

pantry-pm/pantry

fix(ci): publish darwin-x86-64 (Intel macOS) — retire macos-13 + fix bun bootstrap

#205
Merged chrisbbreuer wants to merge fix/ci-macos13-retired-use-macos15-intel into main
7 files +427 -348
.github/workflows/sync-binaries.ymlmodified+3-3
Changes to .github/workflows/sync-binaries.yml
@@ -74,7 +74,7 @@ jobs:
7474 include:
7575 - os: macos-15
7676 platform: darwin-arm64
77 - os: macos-13
77 - os: macos-15-intel
7878 platform: darwin-x86-64
7979 - os: ubuntu-latest
8080 platform: linux-x86-64
@@ -239,7 +239,7 @@ jobs:
239239 platform:
240240 - os: macos-15
241241 name: darwin-arm64
242 - os: macos-13
242 - os: macos-15-intel
243243 name: darwin-x86-64
244244 - os: ubuntu-latest
245245 name: linux-x86-64
@@ -479,7 +479,7 @@ jobs:
479479 platform:
480480 - os: macos-15
481481 name: darwin-arm64
482 - os: macos-13
482 - os: macos-15-intel
483483 name: darwin-x86-64
484484 - os: ubuntu-latest
485485 name: linux-x86-64