Skip to content

Commit 3a12432

Browse files
committed
use ubuntu-20.04 for js CI
1 parent cf85800 commit 3a12432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
python -m sphinx -T -E -b html -d ../build/doctrees -D language=en . ../build/html
3737
js:
3838
name: JavaScript
39-
runs-on: ubuntu-latest
39+
# as of #3653 ubuntu-latest wasn't working
40+
runs-on: ubuntu-20.04
4041

4142
steps:
4243
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)