Skip to content

Commit e15e234

Browse files
update ubuntu
1 parent 4a69571 commit e15e234

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/pr-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
build-vsix:
1515
name: Create VSIX
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-20.04
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3
@@ -25,7 +25,7 @@ jobs:
2525

2626
lint:
2727
name: Lint
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-20.04
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v3
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
os: [ubuntu-latest, windows-latest]
47+
os: [ubuntu-20.04, windows-latest]
4848
python: ['3.6']
4949

5050
steps:
@@ -54,7 +54,7 @@ jobs:
5454
path: ${{ env.special-working-directory-relative }}
5555

5656
- name: Use Python 3.6
57-
uses: actions/setup-python@v3
57+
uses: actions/setup-python@v4
5858
with:
5959
python-version: '3.6'
6060

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

.github/workflows/push-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
build-vsix:
2020
name: Create VSIX
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-20.04
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v3
@@ -30,7 +30,7 @@ jobs:
3030

3131
lint:
3232
name: Lint
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-20.04
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
os: [ubuntu-latest, windows-latest]
52+
os: [ubuntu-20.04, windows-latest]
5353
python: ['6']
5454

5555
steps:
@@ -59,7 +59,7 @@ jobs:
5959
path: ${{ env.special-working-directory-relative }}
6060

6161
- name: Use Python 3.6
62-
uses: actions/setup-python@v3
62+
uses: actions/setup-python@v4
6363
with:
6464
python-version: '3.6'
6565

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

0 commit comments

Comments
 (0)