We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8af76 commit 14422ceCopy full SHA for 14422ce
.github/workflows/download-cache.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
download:
13
name: "Archive downloads to zip"
14
- runs-on: ubuntu-latest
+ runs-on: macos-14
15
steps:
16
- name: "Checkout"
17
uses: "actions/checkout@v4"
@@ -24,7 +24,7 @@ jobs:
24
repo: crazywhalecc/static-php-cli
25
branch: main
26
workflow: release-build.yml
27
- name: "spc-linux-x86_64"
+ name: "spc-macos-aarch64"
28
29
- name: "Validate SPC bin"
30
run: |
0 commit comments