Skip to content

Commit

Permalink
Update ubuntu runner image to a supported one
Browse files Browse the repository at this point in the history
  • Loading branch information
xdrop committed Aug 15, 2024
1 parent da403a1 commit e89752f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on: push
jobs:
tox:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:
- run: tox -e ${{ matrix.python }}-${{ matrix.httplib }}

misc:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e89752f

Please sign in to comment.