File tree 1 file changed +22
-2
lines changed
1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ jobs:
551
551
plat :
552
552
- " aarch64-linux"
553
553
- " arm-linux"
554
- - " arm64-darwin" # github actions does not support this runtime as of 2022-12, but let's build anyway
554
+ - " arm64-darwin"
555
555
- " x64-mingw-ucrt"
556
556
- " x64-mingw32"
557
557
- " x86-linux"
@@ -688,7 +688,7 @@ jobs:
688
688
fail-fast : false
689
689
matrix :
690
690
ruby : ["3.0", "3.1", "3.2", "3.3"]
691
- runs-on : macos-latest
691
+ runs-on : macos-13
692
692
steps :
693
693
- uses : actions/checkout@v4
694
694
with :
@@ -702,6 +702,26 @@ jobs:
702
702
path : gems
703
703
- run : ./scripts/test-gem-install gems
704
704
705
+ cruby-arm64-darwin-install :
706
+ needs : ["cruby-package"]
707
+ strategy :
708
+ fail-fast : false
709
+ matrix :
710
+ ruby : ["3.0", "3.1", "3.2", "3.3"]
711
+ runs-on : macos-14
712
+ steps :
713
+ - uses : actions/checkout@v4
714
+ with :
715
+ submodules : true
716
+ - uses : ruby/setup-ruby@v1
717
+ with :
718
+ ruby-version : " ${{matrix.ruby}}"
719
+ - uses : actions/download-artifact@v4
720
+ with :
721
+ name : cruby-arm64-darwin-gem
722
+ path : gems
723
+ - run : ./scripts/test-gem-install gems
724
+
705
725
cruby-x64-mingw32-install :
706
726
needs : ["cruby-package"]
707
727
strategy :
You can’t perform that action at this time.
0 commit comments