Skip to content

Commit

Permalink
non_regression: even more versions of gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
LRGH committed Feb 13, 2024
1 parent 56c1b82 commit 54163c7
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,19 +165,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
gcc-version: [4.8, 5, 6, 7, 8, 9, 10, 11, 12, 13]
exclude:
- {os: ubuntu-20.04, version: 4.8}
- {os: ubuntu-20.04, version: 5}
- {os: ubuntu-20.04, version: 6}
- {os: ubuntu-20.04, version: 7}
- {os: ubuntu-22.04, version: 8}
- {os: ubuntu-20.04, version: 9}
- {os: ubuntu-20.04, version: 10}
- {os: ubuntu-20.04, version: 11}
- {os: ubuntu-20.04, version: 12}
- {os: ubuntu-20.04, version: 13}
os: ["ubuntu-20.04"]
gcc-version: ["7", "8", "9", "10", "11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 54163c7

Please sign in to comment.