packages.yml: change version of ubuntu

This commit is contained in:
Ivan Max
2022-06-27 17:19:43 +03:00
committed by GitHub
parent de88bdc235
commit a47331b567

View File

@@ -225,7 +225,7 @@ jobs:
upload:
if: github.event_name != 'pull_request'
needs: build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Clone repository