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 6
6
jobs :
7
7
generate-language-bindings :
8
8
name : Generate Language Bindings
9
- runs-on : ubuntu-20 .04
9
+ runs-on : ubuntu-24 .04
10
10
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,
13
13
# you have to checkout the branch the PR is coming from in the head repo.
14
14
#
15
15
# https://github.com/EndBug/add-and-commit#working-with-prs
29
29
push : false
30
30
context : .
31
31
cache-from : type=gha
32
- cache-to : type=gha,mode=max
32
+ cache-to : type=gha,mode=max
33
33
outputs : |
34
34
type=local,dest=${{ runner.temp }}/docker-build
35
35
- uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments