Skip to content

Commit

Permalink
Merge pull request #125 from jacek-kurlit/typo-fix
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
jacek-kurlit authored Jan 15, 2025
2 parents d635eac + 3555101 commit 1124003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ jobs:
include:
- build: linux
os: ubuntu-latest
use-corss: false
use-cross: false
skip_tests: false
target: x86_64-unknown-linux-gnu

- build: linux-aarch64
os: ubuntu-latest
use-corss: true
use-cross: true
skip_tests: false
target: aarch64-unknown-linux-gnu

- build: macos
os: macos-latest
use-corss: false
use-cross: false
skip_tests: false
target: x86_64-apple-darwin

- build: aarch64-macos
os: macos-latest
use-corss: false
use-cross: false
skip_tests: false
target: aarch64-apple-darwin

Expand Down

0 comments on commit 1124003

Please # to comment.