Skip to content

Commit

Permalink
Merge pull request #481 from appsembler/shadinaif-patch-1
Browse files Browse the repository at this point in the history
Pin actions OS to ubuntu-20.04
  • Loading branch information
OmarIthawi committed Dec 9, 2022
2 parents fb18671 + 8054258 commit 6f32028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
include:
Expand All @@ -30,12 +30,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: install dependencies
run: |
pip install tox flake8
pip install tox==3.9 flake8
- name: Uses Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 6f32028

Please sign in to comment.