Skip to content

Commit 14422ce

Browse files
authored
Update download-cache.yml
1 parent cf8af76 commit 14422ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/download-cache.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
download:
1313
name: "Archive downloads to zip"
14-
runs-on: ubuntu-latest
14+
runs-on: macos-14
1515
steps:
1616
- name: "Checkout"
1717
uses: "actions/checkout@v4"
@@ -24,7 +24,7 @@ jobs:
2424
repo: crazywhalecc/static-php-cli
2525
branch: main
2626
workflow: release-build.yml
27-
name: "spc-linux-x86_64"
27+
name: "spc-macos-aarch64"
2828

2929
- name: "Validate SPC bin"
3030
run: |

0 commit comments

Comments
 (0)