Skip to content

Commit 5ddabbe

Browse files
committed
Fix scan.yaml to use ubuntu-latest OS
Signed-off-by: Jian Wang <[email protected]> (cherry picked from commit 5de40b8)
1 parent 4ac3d60 commit 5ddabbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v3

0 commit comments

Comments
 (0)