diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 005c02b..a8ee648 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,4 +172,4 @@ jobs: cd awscrt-1.0.0 phpize ./configure - make \ No newline at end of file + make diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a7009a..3513a17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,9 +8,14 @@ on: jobs: package: name: Prepare package - runs-on: ubuntu-latest + runs-on: macos-latest steps: + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: '8.0' + - name: Checkout Source uses: actions/checkout@v3 with: