Skip to content

Commit

Permalink
Merge pull request #278 from radarhere/release
Browse files Browse the repository at this point in the history
Corrected release runs-on
  • Loading branch information
hugovk committed Apr 2, 2022
2 parents 75c618a + c0dabe9 commit c00e9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c00e9d9

Please sign in to comment.