Skip to content

Commit

Permalink
Fix x86 build for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Jul 9, 2024
1 parent e73eb9d commit 71c7f7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ jobs:
- windows-latest
arch:
- x64
- x86
include:
- os: windows-latest
version: '1'
arch: x86
- os: ubuntu-latest
version: '1'
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 71c7f7e

Please sign in to comment.