Skip to content

Commit

Permalink
upgrade runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Dec 24, 2022
1 parent c9e0a4e commit 00530b7
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 @@ -11,10 +11,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, ubuntu-20.04]
os: [windows-2022, ubuntu-22.04]
# python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [3.9]
tox-env: [py27, py36, py37, py38, py39, py310, py311, pypy, pypy3]
tox-env: [py37, py38, py39, py310, py311, pypy, pypy3]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 00530b7

Please sign in to comment.