Skip to content

Commit

Permalink
Remove 32-bit macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 12, 2020
1 parent de566e7 commit 78601f8
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,25 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- '1'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
arch:
- x64
- x86
include:
- version: '1'
os: ubuntu-latest
arch: x64
- version: '1'
os: macOS-latest
arch: x64
- version: '1'
os: ubuntu-latest
arch: x86
- version: 'nightly'
os: ubuntu-latest
arch: x64
- version: 'nightly'
os: macOS-latest
arch: x64
- version: 'nightly'
os: ubuntu-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 78601f8

Please sign in to comment.