Skip to content

Commit 8c2dfa3

Browse files
authoredDec 12, 2022
(actions) don't use ubuntu 22.04 for now (#1901)
* (actions) don't use ubuntu 22.04 for now * (actions) don't use ubuntu 22.04 for now
1 parent de2ea7c commit 8c2dfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/nodeCI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest, windows-latest]
12+
os: [ubuntu-20.04, windows-latest]
1313
node: [ '14', '16' ]
1414
include:
1515
- os: windows-latest
1616
commandPrefix: ''
17-
- os: ubuntu-latest
17+
- os: ubuntu-20.04
1818
commandPrefix: xvfb-run
1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.