Skip to content

Commit c19260f

Browse files
committed
Update macOS runners to macos-latest in release workflow
### Fixes - Replace deprecated macos-13 and macos-14 runners with macos-latest - macOS-13 runner has been retired by GitHub - Bun supports cross-compilation, allowing darwin-x64 builds from ARM64 runners
1 parent 50cf157 commit c19260f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
os: ubuntu-latest
2121
artifact: upkeep-linux-x64
2222
- target: darwin-arm64
23-
os: macos-14
23+
os: macos-latest
2424
artifact: upkeep-darwin-arm64
2525
- target: darwin-x64
26-
os: macos-13
26+
os: macos-latest
2727
artifact: upkeep-darwin-x64
2828
- target: windows-x64
2929
os: windows-latest

0 commit comments

Comments
 (0)