also looking at this
fix(ci): publish darwin-x86-64 (Intel macOS) — retire macos-13 + fix bun bootstrap
#205
7 files
+427
-348
| @@ -107,11 +107,11 @@ jobs: | ||
| 107 | 107 | PLATFORMS="$" |
| 108 | 108 | |
| 109 | 109 | if [ "$PLATFORMS" = "all" ]; then |
| 110 | MATRIX='{"include":[{"os":"macos-14","platform":"darwin-arm64"},{"os":"macos-13","platform":"darwin-x86-64"},{"os":"ubuntu-latest","platform":"linux-x86-64"}]}' | |
| 110 | MATRIX='{"include":[{"os":"macos-14","platform":"darwin-arm64"},{"os":"macos-15-intel","platform":"darwin-x86-64"},{"os":"ubuntu-latest","platform":"linux-x86-64"}]}' | |
| 111 | 111 | elif [ "$PLATFORMS" = "darwin-arm64" ]; then |
| 112 | 112 | MATRIX='{"include":[{"os":"macos-14","platform":"darwin-arm64"}]}' |
| 113 | 113 | elif [ "$PLATFORMS" = "darwin-x86-64" ]; then |
| 114 | MATRIX='{"include":[{"os":"macos-13","platform":"darwin-x86-64"}]}' | |
| 114 | MATRIX='{"include":[{"os":"macos-15-intel","platform":"darwin-x86-64"}]}' | |
| 115 | 115 | elif [ "$PLATFORMS" = "linux-x86-64" ]; then |
| 116 | 116 | MATRIX='{"include":[{"os":"ubuntu-latest","platform":"linux-x86-64"}]}' |
| 117 | 117 | fi |