commit | 6fc11cb4c57264574cd64ccf588feae88b1236e5 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankushmenat@gmail.com> | Mon Apr 18 16:17:36 2022 +0530 |
committer | GitHub <noreply@github.com> | Mon Apr 18 16:17:36 2022 +0530 |
tree | 00c2fd417e8bab10fbef1d4060f217172ad879e8 | |
parent | c12a36aed90c82794a1092d1f5a1d9ff25d40040 [diff] |
ci: use latest ubuntu container
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c4ece5..532485f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -6,7 +6,7 @@ jobs: release: name: Release - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Checkout Entire Repository uses: actions/checkout@v2