Skip to content

Commit

Permalink
Merge pull request #799 from JuliaDiff/ox/x86
Browse files Browse the repository at this point in the history
exclude julia 1.6 x86 from CI
  • Loading branch information
oxinabox authored Jun 11, 2024
2 parents edf140d + 947944e commit 2db4854
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
arch:
- x86
- x64
exclude:
- version: "1.6"
arch: x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 2db4854

Please sign in to comment.