Merge pull request #278 from radarhere/release

Corrected release runs-on
This commit is contained in:
Hugo van Kemenade 2022-04-02 09:00:40 +03:00 committed by GitHub
commit c00e9d94b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
release:
name: Create Release
runs-on: linux-latest
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [macos, linux]
steps: