Skip to content

Commit

Permalink
Merge pull request #79 from RickyDane/RickyDane-patch-1
Browse files Browse the repository at this point in the history
Check x86 build
  • Loading branch information
RickyDane authored May 30, 2024
2 parents 0526698 + 5dc9c4b commit eda4315
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
fail-fast: false
matrix:
settings:
#- platform: 'macos-latest' # for Arm based macs (M1 and above).
# args: '--target aarch64-apple-darwin'
- platform: 'macos-latest' # for Intel based macs.
args: '--target x86_64-apple-darwin'
#- platform: 'macos-latest'
# args: '--target aarch64-apple-darwin' # for Arm based macs (M1 and above)
- platform: 'macos-latest'
# args: '--target x86_64-apple-darwin' # for Intel based macs
- platform: 'ubuntu-20.04'
- platform: 'windows-latest'

Expand Down

0 comments on commit eda4315

Please sign in to comment.