File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 permissions :
88 contents : write
99 issues : write
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22
1111 if : github.event.label.name == 'new language'
1212 steps :
1313
Original file line number Diff line number Diff line change 1111 jekyll_site_ci :
1212 permissions :
1313 contents : write
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-22
1515 steps :
1616 - uses : actions/checkout@v4
1717
Original file line number Diff line number Diff line change 77 build_and_deploy_site :
88 permissions :
99 contents : write
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22
1111 steps :
1212 - uses : actions/checkout@v4
1313
@@ -107,7 +107,7 @@ jobs:
107107 needs : build_and_deploy_site
108108 permissions :
109109 contents : write
110- runs-on : ubuntu-latest
110+ runs-on : ubuntu-22
111111 steps :
112112 - uses : actions/checkout@v4
113113 - name : ${{ github.sha }} update from release
You can’t perform that action at this time.
0 commit comments