mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-19 10:33:10 +00:00
use mac to release
This commit is contained in:
@@ -172,4 +172,4 @@ jobs:
|
|||||||
cd awscrt-1.0.0
|
cd awscrt-1.0.0
|
||||||
phpize
|
phpize
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
|||||||
@@ -8,9 +8,14 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
package:
|
package:
|
||||||
name: Prepare package
|
name: Prepare package
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup PHP
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: '8.0'
|
||||||
|
|
||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user