File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ concurrency:
8
8
group : ${{ github.workflow }}
9
9
cancel-in-progress : false
10
10
11
- defaults :
12
- run :
13
- working-directory : ./cli
14
-
15
11
permissions :
16
12
contents : write # To write to release
17
13
id-token : write # To deploy to GitHub Pages
@@ -30,11 +26,11 @@ jobs:
30
26
rust_target : x86_64-unknown-linux-gnu
31
27
ext : " "
32
28
args : " "
33
- - os : macos-latest
29
+ - os : macos-13 (Intel x86)
34
30
rust_target : x86_64-apple-darwin
35
31
ext : " "
36
32
args : " "
37
- - os : macos-14 # beta (Apple Silicon)
33
+ - os : macos-latest (Apple Silicon)
38
34
rust_target : aarch64-apple-darwin
39
35
ext : " "
40
36
args : " "
@@ -113,7 +109,6 @@ jobs:
113
109
114
110
- uses : docker/build-push-action@v6
115
111
with :
116
- context : .
117
112
platforms : linux/amd64,linux/arm64
118
113
push : true
119
114
tags : ${{ steps.meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments