Skip to content

Commit

Permalink
ci: Update pr-appinspect.yml to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmnguyen committed May 17, 2023
1 parent d0f11fc commit 8048487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-appinspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
appinspect-addon:
name: AppInspect (Add-on)
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
# Remove write permissions
permissions:
contents: read
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

appinspect-app:
name: AppInspect (App)
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
permissions:
contents: read
steps:
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
if: '! cancelled()'
with:
name: Report-SplunkforPaloAltoNetworks-${{ github.run_id }}.html
path: pr/_build/SplunkforPaloAltoNetworks-${{ github.run_id }}.html
path: pr/_build/SplunkforPaloAltoNetworks-${{ github.run_id }}.html

0 comments on commit 8048487

Please sign in to comment.