mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
use mac to release
This commit is contained in:
@@ -172,4 +172,4 @@ jobs:
|
||||
cd awscrt-1.0.0
|
||||
phpize
|
||||
./configure
|
||||
make
|
||||
make
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user