Skip to content

Commit

Permalink
Merge pull request #112 from osqp/im/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 authored May 5, 2022
2 parents 0fd9d5d + 198b26a commit c2ff58b
Showing 1 changed file with 5 additions and 45 deletions.
50 changes: 5 additions & 45 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,51 +11,11 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- version: '1.6'
os: ubuntu-latest
arch: x64
- version: '1.6'
os: macOS-latest
arch: x64
- version: '1.6'
os: windows-latest
arch: x64
- version: '1.6'
os: ubuntu-latest
arch: x86
- version: '1.6'
os: windows-latest
arch: x86
- 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
version: ['1.6', '1', 'nightly']
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64, x86]
exclude:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c2ff58b

Please sign in to comment.