Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit c0dabe9

Browse files
authored
Corrected release runs-on
1 parent 75c618a commit c0dabe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
release:
3333
name: Create Release
34-
runs-on: linux-latest
34+
runs-on: ubuntu-latest
3535
if: "startsWith(github.ref, 'refs/tags/')"
3636
needs: [macos, linux]
3737
steps:

0 commit comments

Comments
 (0)