Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz authored Oct 10, 2024
1 parent b236328 commit b722817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:

release-macos:
name: Upload Release Assets (macOS)
runs-on: macos-latest
runs-on: macos-13
strategy:
matrix:
toolchain: [aarch64-apple-darwin, aarch64-unknown-linux-gnu]
steps:
- uses: actions/checkout@v4
- name: Install Docker
run: brew install docker
- name: Setup Docker on macOS
uses: douglascamata/setup-docker-macos-action@v1-alpha
- name: Install cargo-binstall
uses: cargo-bins/[email protected]
- name: Install cross
Expand Down

0 comments on commit b722817

Please sign in to comment.