Skip to content

Commit

Permalink
Remove nightly and x86-ubuntu from CI
Browse files Browse the repository at this point in the history
- Until Github actions support `allow-failure` setting
- x86-removal related to #125
  • Loading branch information
migarstka committed Jan 18, 2021
1 parent 527c5d2 commit a7978a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ jobs:
fail-fast: false
matrix:
include:
- version: 'nightly'
os: ubuntu-latest
arch: x64
- version: '1'
os: ubuntu-latest
arch: x64
- version: '1.0'
os: ubuntu-latest
arch: x64
- version: '1'
os: ubuntu-latest
arch: x86
- version: '1'
os: windows-latest
arch: x64
Expand Down

0 comments on commit a7978a9

Please sign in to comment.