Skip to content

Commit 0be1876

Browse files
committed
Move to Ubuntu 20.04; 18.04 is deprecated
1 parent 479f5ec commit 0be1876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ on:
33
types: [created]
44
jobs:
55
build:
6-
runs-on: ubuntu-18.04
6+
runs-on: ubuntu-20.04
77
strategy:
88
matrix:
99
arch: ['x64']
1010
steps:
1111
- uses: actions/setup-node@master
1212
with:
13-
node-version: "16.x"
13+
node-version: "18.x"
1414
- name: Set up Python 3.8
1515
uses: actions/setup-python@v1
1616
with:

0 commit comments

Comments
 (0)