File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66jobs :
77 generate-language-bindings :
88 name : Generate Language Bindings
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-24 .04
1010 steps :
11- # By default, when you use actions/checkout on a PR, it will checkout the
12- # head commit in a detached head state. If you want to make some changes,
11+ # By default, when you use actions/checkout on a PR, it will checkout the
12+ # head commit in a detached head state. If you want to make some changes,
1313 # you have to checkout the branch the PR is coming from in the head repo.
1414 #
1515 # https://github.com/EndBug/add-and-commit#working-with-prs
2929 push : false
3030 context : .
3131 cache-from : type=gha
32- cache-to : type=gha,mode=max
32+ cache-to : type=gha,mode=max
3333 outputs : |
3434 type=local,dest=${{ runner.temp }}/docker-build
3535 - uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments