Skip to content

Commit

Permalink
arm64 compiler target darwin64
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Oct 4, 2023
1 parent 8926d0d commit 853348e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xrdebug-release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
phpVer: ["8.2"]
arch: ["x86_64", "aarch64"]
arch: ["x86_64", "arm64"]
max-parallel: 6
env:
tar: "php-${{ matrix.phpVer }}-macos-${{ matrix.arch }}.tar.gz"
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
mkdir -p micro/licenses
- name: Prepare brew
run: brew install bison re2c automake autoconf
run: brew install bison re2c automake autoconf pkg-config cmake

- name: Prepare tools and sources
working-directory: build
Expand Down

0 comments on commit 853348e

Please sign in to comment.