mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
use mac
This commit is contained in:
@@ -153,7 +153,7 @@ jobs:
|
||||
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
|
||||
|
||||
pecl-package-test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
@@ -166,9 +166,6 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
run: |
|
||||
ls
|
||||
./dev-scripts/prepare_release.sh --name aws-crt --user aws-crt --email [email protected] --version 1.0.0 --notes NOTES
|
||||
|
||||
Reference in New Issue
Block a user