Skip to content

Commit

Permalink
ci: run publish workflow on ubuntu instead of macos
Browse files Browse the repository at this point in the history
The macos runner might be busy and the workflow might not run in time.
  • Loading branch information
wangl-cc committed Aug 2, 2024
1 parent 0e04792 commit cacde5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
jobs:
pr-pull:
if: contains(github.event.pull_request.labels.*.name, 'Automerge')
runs-on: macos-14
runs-on: ubuntu-22.04
container:
image: ghcr.io/homebrew/ubuntu22.04:master
permissions:
actions: read
pull-requests: write
Expand Down

0 comments on commit cacde5b

Please sign in to comment.