Skip to content

Commit

Permalink
fix: bs
Browse files Browse the repository at this point in the history
  • Loading branch information
invm authored and Michael Ionov committed Jan 14, 2024
1 parent 818eef0 commit 901888f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
fail-fast: false
matrix:
include:
- build: macos
- buid: macos
os: macos-latest
arch: x86_64
target: x86_64-apple-darwin
arch: aarch64
target: aarch64-apple-darwin

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 901888f

Please sign in to comment.