Skip to content

Commit 15b1a3d

Browse files
committed
Merge pull request nasa#1506 from arielswalker:fix-cfs839-update-ubuntu-runner-tag
Fix nasa/cFS#839, Update Workflows to Ubuntu 22.04
2 parents dd5f5af + 808b69e commit 15b1a3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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-20.04
27+
runs-on: ubuntu-22.04
2828
timeout-minutes: 15
2929

3030
steps:

.github/workflows/standalone-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
build-type: [Debug, Release]
25-
base-os: [ubuntu-22.04, ubuntu-20.04]
25+
base-os: [ubuntu-22.04]
2626

2727
runs-on: ${{ matrix.base-os }}
2828

0 commit comments

Comments
 (0)