Skip to content

Commit

Permalink
build osx
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Apr 11, 2024
1 parent 0c101f0 commit 9c41f6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ on:
- v2
jobs:
build-linux:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build php
run: cli/build-php.sh
build-osx:
runs-on: macos-latest-large
steps:
- uses: actions/checkout@v2
- name: build php
run: cli/build-php.sh

0 comments on commit 9c41f6b

Please sign in to comment.