Skip to content

Commit bb08f01

Browse files
committed
Latest ubuntu used as runner machine
Signed-off-by: Robin Dubey <[email protected]>
1 parent 425d06d commit bb08f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.workflowTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# We can add more jobs here for different OS
2020
ICC-Config-debug:
2121
# The type of runner that the job will run on
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-latest
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2525
- uses: actions/checkout@v3
@@ -36,7 +36,7 @@ jobs:
3636
3737
ICC-Compile:
3838
# a compile only -no test -quick check
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v3
4242

0 commit comments

Comments
 (0)