Skip to content

Commit

Permalink
chore: use github macos runner instead of self hosted (pactus-project…
Browse files Browse the repository at this point in the history
  • Loading branch information
ambersun1234 authored Apr 24, 2024
1 parent 6d5d2df commit d5493f6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

########################################
build-gui-macos:
runs-on: macos-latest
runs-on: macos-12
env:
PREFIX: /usr/local

Expand Down Expand Up @@ -135,16 +135,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

########################################
## Follow these steps to release macOS ARM:
##
## 1- Login to server using VNC (Read the related issue: https://stackoverflow.com/a/9706088)
## 2- Login to the server using SSH
## 3- Install Homebrew: https://brew.sh/ and add `brew` to PATH
## 4- Add self-runner: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners
## 5- Run the action
##
build-gui-macos-arm:
runs-on: self-hosted
runs-on: macos-14
env:
# In M1 `/usr/local` moved to `/opt/homebrew`.
# More info: https://earthly.dev/blog/homebrew-on-m1/
Expand Down

0 comments on commit d5493f6

Please sign in to comment.