Skip to content

Commit

Permalink
changed workflow machine to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoankit committed Mar 28, 2024
1 parent 51bfbca commit 3aabba7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ name: Publish
on:
release:
types: [ created ]
workflow_dispatch:
inputs:
version:
description: 'Version'
required: true

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 3aabba7

Please sign in to comment.