Skip to content

Commit 14281c4

Browse files
committed
Run release on mac
1 parent 415fcef commit 14281c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: macos-latest
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
1919
uses: ramsey/composer-install@v2
2020

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

2424
- name: Build
2525
run: bash build.sh

0 commit comments

Comments
 (0)