Skip to content

Commit 5c34961

Browse files
authored
Update ci.yaml - Remove Ubuntu 20 as a runner (rdkcentral#62)
Update ci.yaml - Remove Ubuntu 20 as a runner
1 parent 713bac3 commit 5c34961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
core:
77
strategy:
88
matrix:
9-
os: [ubuntu-20.04, ubuntu-22.04]
9+
os: [ubuntu-22.04]
1010

1111
runs-on: ${{ matrix.os }}
1212

0 commit comments

Comments
 (0)