Skip to content

Commit f5654ef

Browse files
committed
rename apple silicon to arm, intel to x86
1 parent 5e8c244 commit f5654ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deployment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
asset_name: rust-serial-monitor-linux_x86.deb
3434
asset_content_type: binary
3535

36-
build-macos-intel:
36+
build-macos-x86:
3737
permissions: write-all
38-
name: macos
38+
name: macos x86
3939
runs-on: macos-12
4040
steps:
4141
- uses: actions/checkout@v3
@@ -55,9 +55,9 @@ jobs:
5555
asset_name: rust-serial-monitor-macos_x86.app.zip
5656
asset_content_type: binary
5757

58-
build-macos-apple-silicon:
58+
build-macos-arm:
5959
permissions: write-all
60-
name: macos apple silicon
60+
name: macos arm
6161
runs-on: macos-14
6262
steps:
6363
- uses: actions/checkout@v3
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
upload_url: ${{ github.event.release.upload_url }}
7676
asset_path: ./target/release/bundle/osx/rust-serial-monitor.app.zip
77-
asset_name: rust-serial-monitor-macos_apple_silicon.app.zip
77+
asset_name: rust-serial-monitor-macos_arm.app.zip
7878
asset_content_type: binary
7979

8080
build-windows:

0 commit comments

Comments
 (0)