Skip to content

Commit

Permalink
Remove python 3.8 (#471)
Browse files Browse the repository at this point in the history
Remove 3.8 for all workflows and matrices

Also use Ubuntu-22 for coverage task to avoid some as yet undiagnosed
issue with `lcov` on `ubuntu-latest` which is now `ubuntu-24`
  • Loading branch information
emlowe authored Jan 31, 2025
2 parents e5dec07 + 3a29ee8 commit 199ed46
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
matrix:
os: [ubuntu-latest]
python:
- major-dot-minor: "3.8"
matrix: "3.8"
- major-dot-minor: "3.9"
matrix: "3.9"
- major-dot-minor: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-html-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
python-version: '3.10'

- name: Install python markdown
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plot-k27-no-bitfield.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
python-version: '3.10'

- name: cmake, Plot k=27
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plot-k27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
python-version: '3.10'

- name: cmake, Plot k=27
run: |
Expand Down

0 comments on commit 199ed46

Please sign in to comment.