mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Merge pull request #278 from radarhere/release
Corrected release runs-on
This commit is contained in:
commit
c00e9d94b5
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user