Skip to content

Commit ef7b0a1

Browse files
committed
ci: fix windows shell and intel mac runner label
1 parent 6984539 commit ef7b0a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- os: ubuntu-latest
2222
target: x86_64-unknown-linux-gnu
2323
archive_ext: tar.gz
24-
- os: macos-13
24+
- os: macos-15-intel
2525
target: x86_64-apple-darwin
2626
archive_ext: tar.gz
2727
- os: macos-14
@@ -41,6 +41,7 @@ jobs:
4141
targets: ${{ matrix.target }}
4242

4343
- name: Build release binaries
44+
shell: bash
4445
run: |
4546
cargo build --release --target ${{ matrix.target }} \
4647
-p orchestrator-cli \

0 commit comments

Comments
 (0)