Skip to content

Commit

Permalink
ci: build macos x86-64 target on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Jul 28, 2024
1 parent b4788ef commit 87599b2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
os: windows-latest
name: anni-x86_64-pc-windows-msvc.zip
- target: x86_64-apple-darwin
os: macos-latest
os: macos-13
name: anni-x86_64-apple-darwin.tar.gz
- target: aarch64-apple-darwin
os: macos-latest
name: anni-aarch64-apple-darwin.tar.gz

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -46,10 +49,10 @@ jobs:
key: ${{ matrix.target }}-anni-cache

- name: Build | Build
uses: actions-rs/cargo@v1
uses: actions-rs/r@v1
with:
command: build
args: --release --locked --target ${{ matrix.target }}" --workspace --exclude anni-playback
args: --release --locked --target ${{ matrix.target }}" --workspace --exclude anni-playback

- name: PostBuild | Prepare artifacts [Windows]
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 87599b2

Please sign in to comment.