Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cli-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runner: macos-latest
archive: bashkit-aarch64-apple-darwin.tar.gz
- target: x86_64-apple-darwin
runner: macos-13
runner: macos-latest
archive: bashkit-x86_64-apple-darwin.tar.gz
- target: x86_64-unknown-linux-gnu
runner: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion specs/008-release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ The CI workflows handle this automatically on GitHub Release.
| OS | Target | Runner |
|----|--------|--------|
| macOS | aarch64-apple-darwin | macos-latest |
| macOS | x86_64-apple-darwin | macos-13 |
| macOS | x86_64-apple-darwin | macos-latest |
| Linux | x86_64-unknown-linux-gnu | ubuntu-latest |

#### Homebrew
Expand Down
Loading