diff --git a/.github/workflows/cli-binaries.yml b/.github/workflows/cli-binaries.yml index 617d9ef4..b0869cf5 100644 --- a/.github/workflows/cli-binaries.yml +++ b/.github/workflows/cli-binaries.yml @@ -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 diff --git a/specs/008-release-process.md b/specs/008-release-process.md index 03e44a93..7eec3c78 100644 --- a/specs/008-release-process.md +++ b/specs/008-release-process.md @@ -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