We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6984539 commit ef7b0a1Copy full SHA for ef7b0a1
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- os: ubuntu-latest
22
target: x86_64-unknown-linux-gnu
23
archive_ext: tar.gz
24
- - os: macos-13
+ - os: macos-15-intel
25
target: x86_64-apple-darwin
26
27
- os: macos-14
@@ -41,6 +41,7 @@ jobs:
41
targets: ${{ matrix.target }}
42
43
- name: Build release binaries
44
+ shell: bash
45
run: |
46
cargo build --release --target ${{ matrix.target }} \
47
-p orchestrator-cli \
0 commit comments