ci: use latest ubuntu container

This commit is contained in:
Ankush Menat 2022-04-18 16:17:36 +05:30 committed by GitHub
parent c12a36aed9
commit 6fc11cb4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout Entire Repository
uses: actions/checkout@v2