Skip to content

Commit 3b1fa9e

Browse files
fix(.github): runtime comment on build step in release
Signed-off-by: KeisukeYamashita <[email protected]>
1 parent 14ed66b commit 3b1fa9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
rust_target: x86_64-unknown-linux-gnu
2727
ext: ""
2828
args: ""
29-
- os: macos-13 (Intel x86)
29+
- os: macos-13 # (Intel x86)
3030
rust_target: x86_64-apple-darwin
3131
ext: ""
3232
args: ""
33-
- os: macos-latest (Apple Silicon)
33+
- os: macos-latest # (Apple Silicon)
3434
rust_target: aarch64-apple-darwin
3535
ext: ""
3636
args: ""

0 commit comments

Comments
 (0)