We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415fcef commit 14281c4Copy full SHA for 14281c4
1 file changed
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on: push
4
5
jobs:
6
build:
7
- runs-on: ubuntu-latest
+ runs-on: macos-latest
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
19
uses: ramsey/composer-install@v2
20
21
- name: Install Box
22
- 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
23
24
- name: Build
25
run: bash build.sh
0 commit comments