Skip to content

Commit

Permalink
update ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 committed Nov 10, 2023
1 parent 4a69571 commit e15e234
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
build-vsix:
name: Create VSIX
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-20.04, windows-latest]
python: ['3.6']

steps:
Expand All @@ -54,7 +54,7 @@ jobs:
path: ${{ env.special-working-directory-relative }}

- name: Use Python 3.6
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.6'

Expand All @@ -80,7 +80,7 @@ jobs:
# Now that the bundle is installed to target using python 3.6
# switch back the python we want to test with
- name: Use Python ${{ matrix.python }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
build-vsix:
name: Create VSIX
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -30,7 +30,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-20.04, windows-latest]
python: ['6']

steps:
Expand All @@ -59,7 +59,7 @@ jobs:
path: ${{ env.special-working-directory-relative }}

- name: Use Python 3.6
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.6'

Expand All @@ -85,7 +85,7 @@ jobs:
# Now that the bundle is installed to target using python 3.6
# switch back the python we want to test with
- name: Use Python ${{ matrix.python }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit e15e234

Please sign in to comment.