Skip to content

Commit 463ce25

Browse files
committed
chore: use ubuntu and update git config homebrew job
1 parent 2f7a361 commit 463ce25

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/npm-brew.yaml

+3-11
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ jobs:
4545
NPM_ENVIRONMENT: "production"
4646

4747
homebrew:
48-
# The newest version of code-server needs to be available on npm when this runs
49-
# otherwise, it will 404 and won't open a PR to bump version on homebrew/homebrew-core
5048
needs: npm
51-
runs-on: macos-latest
49+
runs-on: ubuntu-latest
5250
steps:
5351
# Ensure things are up to date
5452
# Suggested by homebrew maintainers
@@ -60,16 +58,10 @@ jobs:
6058
- name: Checkout code-server
6159
uses: actions/checkout@v3
6260

63-
- name: Checkout cdrci/homebrew-core
64-
uses: actions/checkout@v3
65-
with:
66-
repository: cdrci/homebrew-core
67-
path: homebrew-core
68-
6961
- name: Configure git
7062
run: |
71-
git config user.name github-actions
72-
git config user.email github-actions@github.com
63+
git config user.name cdrci
64+
git config user.email opensource@coder.com
7365
7466
- name: Bump code-server homebrew version
7567
env:

0 commit comments

Comments
 (0)