[CI] Move release workflow to ubuntu 20.04

This commit is contained in:
Matthieu Gautier 2023-06-14 10:12:11 +02:00
parent 57fb755a02
commit 88441468c3

View File

@ -12,7 +12,7 @@ on:
jobs:
publish:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2