Skip to content

Commit 02c8442

Browse files
authored
Pin workflow scripts to Ubuntu 22.04 (#321)
- Changed `ubuntu-latest` to `ubuntu-22.04` in the pipeline, in preparation for GitHub bumping ubuntu-latest to 24.04. Signed-off-by: Derek Foster <justffoulkes@gmail.com>
1 parent 99815bf commit 02c8442

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# clang-format-check
2121
#---------------------------------------------------------------------
2222
clang-format-check:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424

2525
steps:
2626
- name: Check out stratum repository

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# dpdk_build_and_test
3434
#---------------------------------------------------------------------
3535
dpdk_build_and_test:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-22.04
3737

3838
steps:
3939
- name: Clone stratum repository
@@ -73,7 +73,7 @@ jobs:
7373
# bcm_unit_tests
7474
#---------------------------------------------------------------------
7575
bcm_unit_tests:
76-
runs-on: ubuntu-20.04
76+
runs-on: ubuntu-22.04
7777

7878
steps:
7979
- name: Clone stratum repository
@@ -99,7 +99,7 @@ jobs:
9999
# cdlang_tests (gNMI)
100100
#---------------------------------------------------------------------
101101
cdlang_tests:
102-
runs-on: ubuntu-20.04
102+
runs-on: ubuntu-22.04
103103

104104
steps:
105105
- name: Clone stratum repository

0 commit comments

Comments
 (0)