File tree Expand file tree Collapse file tree 12 files changed +22
-23
lines changed
docs/source/en/optimization Expand file tree Collapse file tree 12 files changed +22
-23
lines changed Original file line number Diff line number Diff line change 2525 env :
2626 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL_COMMUNITY_MIRROR }}
2727
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-22.04
2929 steps :
3030 # Checkout to correct ref
3131 # If workflow dispatch
Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111
1212 steps :
1313 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616
1717jobs :
1818 check_dependencies :
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-22.04
2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : Set up Python
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616
1717jobs :
1818 check_flax_dependencies :
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-22.04
2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : Set up Python
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 check_code_quality :
23- runs-on : ubuntu-latest
23+ runs-on : ubuntu-22.04
2424 steps :
2525 - uses : actions/checkout@v3
2626 - name : Set up Python
4040
4141 check_repository_consistency :
4242 needs : check_code_quality
43- runs-on : ubuntu-latest
43+ runs-on : ubuntu-22.04
4444 steps :
4545 - uses : actions/checkout@v3
4646 - name : Set up Python
Original file line number Diff line number Diff line change 2929
3030jobs :
3131 check_code_quality :
32- runs-on : ubuntu-latest
32+ runs-on : ubuntu-22.04
3333 steps :
3434 - uses : actions/checkout@v3
3535 - name : Set up Python
4949
5050 check_repository_consistency :
5151 needs : check_code_quality
52- runs-on : ubuntu-latest
52+ runs-on : ubuntu-22.04
5353 steps :
5454 - uses : actions/checkout@v3
5555 - name : Set up Python
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616
1717jobs :
1818 check_torch_dependencies :
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-22.04
2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : Set up Python
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 find-and-checkout-latest-branch :
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-22.04
1414 outputs :
1515 latest_branch : ${{ steps.set_latest_branch.outputs.latest_branch }}
1616 steps :
3636
3737 release :
3838 needs : find-and-checkout-latest-branch
39- runs-on : ubuntu-latest
39+ runs-on : ubuntu-22.04
4040
4141 steps :
4242 - name : Checkout Repo
Original file line number Diff line number Diff line change 88 close_stale_issues :
99 name : Close Stale Issues
1010 if : github.repository == 'huggingface/diffusers'
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-22.04
1212 permissions :
1313 issues : write
1414 pull-requests : write
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Secret Leaks
55
66jobs :
77 trufflehog :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99 steps :
1010 - name : Checkout code
1111 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments