Skip to content

Commit

Permalink
Add x86 runners to Cthulhu CI
Browse files Browse the repository at this point in the history
Exclude mac as x86 mac is tier 3 for Julia
  • Loading branch information
Zentrik committed Jan 7, 2024
1 parent 4264036 commit a19b566
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- windows-latest
arch:
- x64
- x86
exclude:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit a19b566

Please sign in to comment.