Skip to content

Commit

Permalink
Switch macOS releases runtime from windows-latest to macos-latest
Browse files Browse the repository at this point in the history
I can't believe I originally didn't go through it and had macOS releases run on Windows...
  • Loading branch information
mtsanovv committed Aug 22, 2022
1 parent fec276f commit 661d6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binaries.yml
Expand Up @@ -3,7 +3,7 @@ name: Release youspotube binaries
on:
release:
types:
- created
- published

jobs:
release_linux:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

release_mac:
runs-on: windows-latest
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.10"]
Expand Down

0 comments on commit 661d6a7

Please sign in to comment.