Skip to content

Commit

Permalink
remove os specification in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Mar 23, 2023
1 parent 5edc194 commit 7b00505
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.6', '3.10', '3.11']
pari-version: ['pari-2.9.5', 'pari-2.11.4', 'pari-2.13.0', 'pari-2.15.1']
env:
Expand Down

0 comments on commit 7b00505

Please sign in to comment.