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/build-versions.ymlmodified+2-2
Changes to .github/workflows/build-versions.yml
@@ -88,7 +88,7 @@ jobs:
8888 platform:
8989 - os: macos-15
9090 name: darwin-arm64
91 - os: macos-13
91 - os: macos-15-intel
9292 name: darwin-x86-64
9393 - os: ubuntu-latest
9494 name: linux-x86-64
@@ -321,7 +321,7 @@ jobs:
321321 platform:
322322 - os: macos-15
323323 name: darwin-arm64
324 - os: macos-13
324 - os: macos-15-intel
325325 name: darwin-x86-64
326326 - os: ubuntu-latest
327327 name: linux-x86-64