Skip to content

Commit

Permalink
ci: <👷> fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
towry committed Jul 30, 2024
1 parent 5f98b86 commit 437b1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu }
- { os: macos-12, target: x86_64-apple-darwin }
- { os: macos-14, target: arm64-apple-darwin }
- { os: macos-14, target: aarch64-apple-darwin }
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 437b1b8

Please sign in to comment.