Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit de56c63

Browse files
committed
ci: Update pr-appinspect.yml to ubuntu-20.04
1 parent 8be768e commit de56c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-appinspect.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
appinspect-addon:
1010
name: AppInspect (Add-on)
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-20.04
1212
# Remove write permissions
1313
permissions:
1414
contents: read
@@ -55,7 +55,7 @@ jobs:
5555

5656
appinspect-app:
5757
name: AppInspect (App)
58-
runs-on: ubuntu-18.04
58+
runs-on: ubuntu-20.04
5959
permissions:
6060
contents: read
6161
steps:
@@ -94,4 +94,4 @@ jobs:
9494
if: '! cancelled()'
9595
with:
9696
name: Report-SplunkforPaloAltoNetworks-${{ github.run_id }}.html
97-
path: pr/_build/SplunkforPaloAltoNetworks-${{ github.run_id }}.html
97+
path: pr/_build/SplunkforPaloAltoNetworks-${{ github.run_id }}.html

0 commit comments

Comments
 (0)