Skip to content

Commit

Permalink
[build] Fix build amd64 (#65)
Browse files Browse the repository at this point in the history
* [build] Fix macos version for amd64
  • Loading branch information
julienj authored Apr 25, 2024
1 parent 834ed82 commit 4c2cf3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:

static-binary:
name: Build static binary ${{ matrix.filename }}
if: github.event_name == 'release'
needs: [ phar ]
strategy:
fail-fast: false
Expand All @@ -52,7 +51,7 @@ jobs:
build_options: --build-micro --with-upx-pack
filename: automate-linux-amd64
# MacOS amd64
- runs_on: macos-latest
- runs_on: macos-13
spc_binary: https://dl.static-php.dev/static-php-cli/spc-bin/nightly/spc-macos-x86_64
build_options: --build-micro
filename: automate-darwin-amd64
Expand Down

0 comments on commit 4c2cf3c

Please sign in to comment.