Update PBRP-new.yml to use older Ubuntu version
This commit is contained in:
parent
f5aa1f9c65
commit
a8d0745f1b
2
.github/workflows/PBRP-new.yml
vendored
2
.github/workflows/PBRP-new.yml
vendored
@ -43,7 +43,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build PBRP by ${{ github.actor }}
|
name: Build PBRP by ${{ github.actor }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
if: github.event.repository.owner.id == github.event.sender.id
|
if: github.event.repository.owner.id == github.event.sender.id
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
Loading…
Reference in New Issue
Block a user