Skip to content

Commit cce569c

Browse files
committed
Change Ubuntu version
1 parent e43a2dd commit cce569c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/base_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ permissions:
3535
contents: read
3636
jobs:
3737
changes:
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-22.04
3939
permissions:
4040
pull-requests: read
4141
outputs:
@@ -54,7 +54,7 @@ jobs:
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
@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)