Fix hex-release action

This commit is contained in:
Paweł Chmielowski
2023-01-17 11:04:56 +01:00
parent 9e93d0c265
commit b3fe7e896a

View File

@@ -7,7 +7,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out
uses: actions/checkout@v2