Skip to content

Commit

Permalink
Merge pull request #100 from pllim/upgrade-ubuntu-runner
Browse files Browse the repository at this point in the history
MNT: Replace ubuntu-20.04 with ubuntu-22.04
  • Loading branch information
Cadair authored Feb 12, 2025
2 parents a7241f4 + 61ef58b commit f837628
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,22 @@ jobs:
- linux: py310-test
- linux: py311-test
- linux: py312-test
- linux: py313-test
- linux: py312-test-devdeps
- macos: py312-test-devdeps
posargs: --openmp-expected=False
- macos: py313-test
posargs: --openmp-expected=False
- windows: py38-test
runs-on: windows-2019
- windows: py312-test-devdeps
runs-on: windows-2019
# Test with more compilers, for the OpenMP helpers
- macos: py39-test-osxclang-conda
- macos: py311-test-osxclang-conda
runs-on: macos-13
toxdeps: 'tox>=4'
coverage: ''
- linux: py39-test-linuxgcc-conda
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "3.9"
python: "3.13"
apt_packages:
- graphviz

Expand Down

0 comments on commit f837628

Please sign in to comment.