Skip to content

Commit

Permalink
Run release on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
pronskiy committed Apr 20, 2024
1 parent 415fcef commit 14281c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -19,7 +19,7 @@ jobs:
uses: ramsey/composer-install@v2

- name: Install Box
run: wget -O box "https://github.com/box-project/box/releases/download/4.6.1/box.phar"
run: curl -O "https://github.com/box-project/box/releases/download/4.6.1/box.phar"; mv box.phar box

- name: Build
run: bash build.sh
Expand Down

0 comments on commit 14281c4

Please sign in to comment.