Skip to content

Commit 6397a7e

Browse files
committed
Only test intel mac.
1 parent 608d211 commit 6397a7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
target: x86_64-unknown-linux-gnu
3636
- os: macos-latest
3737
target: x86_64-apple-darwin
38-
- os: macos-latest
39-
target: aarch64-apple-darwin
40-
4138
runs-on: ${{ matrix.os }}
4239
steps:
4340
- uses: actions/checkout@v3
@@ -110,6 +107,8 @@ jobs:
110107
toolchain: stable
111108
override: true
112109
targets: ${{ matrix.target }}
110+
- run: cargo install cargo-edit
111+
- run: cargo set-version ${{ env.MAJOR_VERSION}}.${{ env.MINOR_VERSION }}.${{ github.run_number }}
113112
- run: cargo build --all --release --target ${{ matrix.target }}
114113
- run: |
115114
strip target/${{ matrix.target }}/release/fimbl

0 commit comments

Comments
 (0)