Skip to content

Commit 443349f

Browse files
committed
Bump pipeline ubuntu version
1 parent 87dc610 commit 443349f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
deploy:
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v2
1111

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: CI
22
on: [push, pull_request]
33
jobs:
44
build:
5-
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
5+
name: Build, lint, and test on Node ${{ matrix.node }}
66

7-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
1010
node: ['16.x', '18.x']
11-
os: [ubuntu-20.04]
1211

1312
steps:
1413
- name: Checkout repo

.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Size
22
on: [pull_request]
33
jobs:
44
size:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-20.04
66
env:
77
CI_JOB_NUMBER: 1
88
steps:

0 commit comments

Comments
 (0)