File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ permissions:
3535 contents : read
3636jobs :
3737 changes :
38- runs-on : ubuntu-latest
38+ runs-on : ubuntu-22.04
3939 permissions :
4040 pull-requests : read
4141 outputs :
5454 ubuntu-build :
5555 needs : changes
5656 if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.ubuntu_build == 'true' }}
57- runs-on : ubuntu-latest
57+ runs-on : ubuntu-22.04
5858 timeout-minutes : 60
5959 steps :
6060 - name : Harden Runner
8080 ubuntu-ebpf-xdp-build :
8181 needs : changes
8282 if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.ubuntu_build == 'true' }}
83- runs-on : ubuntu-latest
83+ runs-on : ubuntu-22.04
8484 timeout-minutes : 60
8585 steps :
8686 - name : Harden Runner
You can’t perform that action at this time.
0 commit comments