We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f34759d + a96a3ae commit 4c5d35cCopy full SHA for 4c5d35c
.github/workflows/build-osal-documentation.yml
@@ -24,7 +24,7 @@ jobs:
24
#Continue if check-for-duplicates found no duplicates. Always runs for pull-requests.
25
needs: check-for-duplicates
26
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
27
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
28
timeout-minutes: 15
29
30
steps:
@@ -65,4 +65,4 @@ jobs:
65
if [[ -s osal-apiguide-warnings.log ]]; then
66
cat osal-apiguide-warnings.log
67
exit -1
68
- fi
+ fi
.github/workflows/local_unit_test.yml
@@ -22,7 +22,7 @@ jobs:
22
Local-Unit-Test:
23
0 commit comments