Skip to content

try something

try something #10

name: Debug MacOS ARM64
on:
push:
branches: [ "fix/macos-arm64" ]
permissions:
contents: write
jobs:
phars:
name: Create phar and static binary
runs-on: macos-20240402.2
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/install
- uses: ./.github/actions/phar
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: ./.github/actions/cache
with:
os: 'darwin'
- uses: ./.github/actions/static
with:
os: 'darwin-arm64'