Skip to content

Commit

Permalink
Remove ubuntu x86 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Nov 17, 2020
1 parent d2dade4 commit c81596c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
- x64
- x86
exclude:
- os: macOS-latest
- version:
- '1.3'
- 'nightly'
arch: x86
- version: '1.3'
arch: x86
- version: 'nightly'
- version: '1.5'
arch: x86
os: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit c81596c

Please sign in to comment.