downgrade ubuntu to fix osslsigncode

This commit is contained in:
Mislav Marohnić 2022-12-22 20:57:34 +01:00
parent c5c2f9cc10
commit ea4b410df5
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@ permissions:
jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3