Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Jan 30, 2024
1 parent 1b5a578 commit aedaa52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- build: linux-musl
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
- build: macos
- build: macos-x86_64
os: macos-11
target: x86_64-apple-darwin
- build: macos
- build: macos-aarch64
os: macos-14
target: aarch64-apple-darwin
- build: win-msvc
Expand Down

0 comments on commit aedaa52

Please sign in to comment.