Skip to content

Commit 4c5d35c

Browse files
committed
Merge pull request #1334 from skliper/fix1333-ubuntu_20_ci
Fix #1333, Fix #1325, Update CI to use Ubuntu 20.04
2 parents f34759d + a96a3ae commit 4c5d35c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-osal-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
#Continue if check-for-duplicates found no duplicates. Always runs for pull-requests.
2525
needs: check-for-duplicates
2626
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
27-
runs-on: ubuntu-18.04
27+
runs-on: ubuntu-20.04
2828
timeout-minutes: 15
2929

3030
steps:
@@ -65,4 +65,4 @@ jobs:
6565
if [[ -s osal-apiguide-warnings.log ]]; then
6666
cat osal-apiguide-warnings.log
6767
exit -1
68-
fi
68+
fi

.github/workflows/local_unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
Local-Unit-Test:
2323
needs: check-for-duplicates
2424
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
25-
runs-on: ubuntu-18.04
25+
runs-on: ubuntu-20.04
2626
timeout-minutes: 15
2727

2828
steps:

0 commit comments

Comments
 (0)