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

Commit c00e9d9

Browse files
authored
Merge pull request #278 from radarhere/release
Corrected release runs-on
2 parents 75c618a + c0dabe9 commit c00e9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)