Skip to content

Commit

Permalink
change version of runOS
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey.shulika committed May 7, 2024
1 parent 4dac2d6 commit 3612644
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
name: Prebuild Job
uses: th2-net/.github/.github/workflows/compound-prebuild-java-dev-workflow.yml@main
with:
runsOn: 'ubuntu-20.04'
runsOn: 'ubuntu-22.04'

check_licenses:
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
needs: [prebuild-job]

steps:
Expand Down Expand Up @@ -58,8 +58,3 @@ jobs:
with:
name: licenses_check-${{ steps.meta.outputs.REPOSITORY_NAME }}-${{ needs.prebuild-job.outputs.version }}
path: ./licenses_check/

# - name: Set workflow status
# run: echo "::set-output name=status::Failure"
# if: steps.set_status.outputs.result == 'FAILED due to unknown licenses found'
# continue-on-error: false

0 comments on commit 3612644

Please sign in to comment.