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 d917ca5 commit 9a79c3d
Showing 1 changed file with 31 additions and 10 deletions.
41 changes: 31 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,37 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- '1'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
- x86
include:
- version: '1'
os: ubuntu-latest
arch: x64
- version: '1'
os: macOS-latest
arch: x64
- version: '1'
os: windows-latest
arch: x64
- version: '1'
os: ubuntu-latest
arch: x86
- version: '1'
os: windows-latest
arch: x86
- version: 'nightly'
os: ubuntu-latest
arch: x64
- version: 'nightly'
os: macOS-latest
arch: x64
- version: 'nightly'
os: windows-latest
arch: x64
- version: 'nightly'
os: ubuntu-latest
arch: x86
- version: 'nightly'
os: windows-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 9a79c3d

Please sign in to comment.