Skip to content

Commit a12c522

Browse files
Merge branch 'main' into bump-rust-to-1.83
2 parents ca02909 + d6046e7 commit a12c522

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ concurrency:
88
group: ${{ github.workflow }}
99
cancel-in-progress: false
1010

11-
defaults:
12-
run:
13-
working-directory: ./cli
14-
1511
permissions:
1612
contents: write # To write to release
1713
id-token: write # To deploy to GitHub Pages
@@ -30,11 +26,11 @@ jobs:
3026
rust_target: x86_64-unknown-linux-gnu
3127
ext: ""
3228
args: ""
33-
- os: macos-latest
29+
- os: macos-13 (Intel x86)
3430
rust_target: x86_64-apple-darwin
3531
ext: ""
3632
args: ""
37-
- os: macos-14 # beta (Apple Silicon)
33+
- os: macos-latest (Apple Silicon)
3834
rust_target: aarch64-apple-darwin
3935
ext: ""
4036
args: ""
@@ -113,7 +109,6 @@ jobs:
113109
114110
- uses: docker/build-push-action@v6
115111
with:
116-
context: .
117112
platforms: linux/amd64,linux/arm64
118113
push: true
119114
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)