Ubuntu 18.04 [deprecated]

https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners

Signed-off-by: Sakshi Aggarwal <81718060+sakshiagrwal@users.noreply.github.com>
This commit is contained in:
Sakshi Aggarwal 2023-01-04 07:42:45 +00:00
parent 3fe586fe33
commit 0e5391f790

View File

@ -45,8 +45,7 @@ on:
jobs:
build:
if: github.event.repository.owner.id == github.event.sender.id
runs-on: ubuntu-18.04
# You can use either of the ubuntu-18.04 or ubuntu-20.04 runner
runs-on: ubuntu-20.04
steps:
- name: Display Run Parameters
run: |