Skip to content

Commit

Permalink
feat(action): change runner to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Nov 11, 2024
1 parent 8d33466 commit c58cb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit c58cb0a

Please sign in to comment.