Skip to content

Commit

Permalink
use ubuntu-20.04 for js CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Dec 21, 2022
1 parent cf85800 commit 3a12432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
python -m sphinx -T -E -b html -d ../build/doctrees -D language=en . ../build/html
js:
name: JavaScript
runs-on: ubuntu-latest
# as of #3653 ubuntu-latest wasn't working
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3a12432

Please sign in to comment.