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:
88 group : ${{ github.workflow }}
99 cancel-in-progress : false
1010
11- defaults :
12- run :
13- working-directory : ./cli
14-
1511permissions :
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 }}
You can’t perform that action at this time.
0 commit comments