Skip to content

Commit

Permalink
Use gh runner for homebrew publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Feb 5, 2025
1 parent 20ff091 commit 10d04f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
publish-homebrew-formula:
runs-on: "warp-ubuntu-latest-x64-2x"
runs-on: ubuntu-20.04 # linuxbrew doesn't seem to be working on warpbuild
env:
GITHUB_USER: "Restate bot"
GITHUB_EMAIL: "code+bot@restate.dev"
Expand Down

0 comments on commit 10d04f1

Please sign in to comment.