Corrected release runs-on

This commit is contained in:
Andrew Murray 2022-04-02 13:57:09 +11:00 committed by GitHub
parent 75c618ab50
commit c0dabe9b5a
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: