Skip to content

Commit

Permalink
github actions: runner upgrade (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: nithya <nithya.rajashekhar@smarkets.com>
  • Loading branch information
nithyashree675 and nithya committed Jun 15, 2023
1 parent 6fd802c commit 91b2305
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ env:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.8", "3.9"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install requirements
Expand Down

0 comments on commit 91b2305

Please sign in to comment.