File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ jobs:
401401
402402 - name : Configure
403403 working-directory : ./build
404- run : cmake ../opus -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DCMAKE_OSX_ARCHITECTURES=x64
404+ run : cmake ../opus -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DCMAKE_OSX_ARCHITECTURES=x86_64
405405
406406 - name : Build
407407 working-directory : ./build
@@ -410,10 +410,10 @@ jobs:
410410 - name : Upload Artifact
411411 uses : actions/upload-artifact@v4
412412 with :
413- name : macos-x64 -libopus.0.10.1.dylib
413+ name : macos-x86_64 -libopus.0.10.1.dylib
414414 path : ./build/libopus.0.10.1.dylib
415415
416- MacOS_Build_x32 :
416+ MacOS_Build_arm64 :
417417 runs-on : macos-latest
418418 steps :
419419 - uses : actions/checkout@v4
@@ -432,7 +432,7 @@ jobs:
432432
433433 - name : Configure
434434 working-directory : ./build
435- run : cmake ../opus -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DCMAKE_OSX_ARCHITECTURES=x86
435+ run : cmake ../opus -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DCMAKE_OSX_ARCHITECTURES=aarch64
436436
437437 - name : Build
438438 working-directory : ./build
@@ -441,5 +441,6 @@ jobs:
441441 - name : Upload Artifact
442442 uses : actions/upload-artifact@v4
443443 with :
444- name : macos-x32 -libopus.0.10.1.dylib
444+ name : macos-arm64 -libopus.0.10.1.dylib
445445 path : ./build/libopus.0.10.1.dylib
446+
You can’t perform that action at this time.
0 commit comments