Skip to content

Commit

Permalink
Trying macos-latest instead of ubuntu-latest
Browse files Browse the repository at this point in the history
to avoid release issue
  • Loading branch information
kthyng authored Jan 20, 2023
1 parent cb61470 commit 222120d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push]

jobs:
release:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 222120d

Please sign in to comment.