File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ jobs:
419419 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
420420 if : github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
421421 build-xtensa :
422- runs-on : ubuntu-latest
422+ runs-on : ubuntu-20.04
423423 needs : test
424424 strategy :
425425 fail-fast : false
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 website :
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-20.04
1414 steps :
1515 - name : Dump GitHub context
1616 env :
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 pre-commit :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-20.04
1515 steps :
1616 - uses : actions/checkout@v1
1717 - uses : actions/setup-python@v1
You can’t perform that action at this time.
0 commit comments