Skip to content

Commit

Permalink
Merge pull request #1120 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
aphearin authored Feb 12, 2025
2 parents ba5e96c + 1b0447b commit cd81938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-13, macos-latest]
os: [ubuntu-22.04, macos-13, macos-latest]

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -34,4 +34,4 @@ jobs:
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl
path: ./wheelhouse/*.whl
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

build:
os: ubuntu-20.04
os: ubuntu-22.04
apt_packages:
- graphviz
tools:
Expand Down

0 comments on commit cd81938

Please sign in to comment.