File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
env :
10
- BUILDER_VERSION : v0.9.55
10
+ BUILDER_VERSION : v0.9.62
11
11
BUILDER_SOURCE : releases
12
12
BUILDER_HOST : https://d19elf31gohf1l.cloudfront.net
13
13
PACKAGE_NAME : aws-c-event-stream
@@ -121,8 +121,17 @@ jobs:
121
121
run : |
122
122
python .\aws-c-event-stream\build\deps\aws-c-common\scripts\appverifier_ctest.py --build_directory .\aws-c-event-stream\build\aws-c-event-stream
123
123
124
- osx :
125
- runs-on : macos-12 # latest
124
+ macos :
125
+ runs-on : macos-14 # latest
126
+ steps :
127
+ - name : Build ${{ env.PACKAGE_NAME }} + consumers
128
+ run : |
129
+ python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
130
+ chmod a+x builder
131
+ ./builder build -p ${{ env.PACKAGE_NAME }}
132
+
133
+ macos-x64 :
134
+ runs-on : macos-14-large # latest
126
135
steps :
127
136
- name : Build ${{ env.PACKAGE_NAME }} + consumers
128
137
run : |
You can’t perform that action at this time.
0 commit comments