Skip to content

Commit

Permalink
chore: try running on ubuntu (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell authored Oct 18, 2022
1 parent a8cc873 commit 57ce256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [closed, edited, deleted]
jobs:
run:
runs-on: macos-latest
runs-on: ubuntu-latest
if: ${{ github.event.issue.author_association == 'OWNER' }}
steps:
- name: Cancel Workflow
Expand Down

1 comment on commit 57ce256

@vercel
Copy link

@vercel vercel bot commented on 57ce256 Oct 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.