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 @@ -544,7 +544,7 @@ jobs:
544
544
plat :
545
545
- " aarch64-linux"
546
546
- " arm-linux"
547
- - " arm64-darwin" # github actions does not support this runtime as of 2022-12, but let's build anyway
547
+ - " arm64-darwin"
548
548
- " x64-mingw-ucrt"
549
549
- " x64-mingw32"
550
550
- " x86-linux"
@@ -681,7 +681,7 @@ jobs:
681
681
fail-fast : false
682
682
matrix :
683
683
ruby : ["3.0", "3.1", "3.2", "3.3"]
684
- runs-on : macos-latest
684
+ runs-on : macos-13
685
685
steps :
686
686
- uses : actions/checkout@v4
687
687
with :
@@ -695,6 +695,26 @@ jobs:
695
695
path : gems
696
696
- run : ./scripts/test-gem-install gems
697
697
698
+ cruby-arm64-darwin-install :
699
+ needs : ["cruby-package"]
700
+ strategy :
701
+ fail-fast : false
702
+ matrix :
703
+ ruby : ["3.0", "3.1", "3.2", "3.3"]
704
+ runs-on : macos-14
705
+ steps :
706
+ - uses : actions/checkout@v4
707
+ with :
708
+ submodules : true
709
+ - uses : ruby/setup-ruby@v1
710
+ with :
711
+ ruby-version : " ${{matrix.ruby}}"
712
+ - uses : actions/download-artifact@v4
713
+ with :
714
+ name : cruby-arm64-darwin-gem
715
+ path : gems
716
+ - run : ./scripts/test-gem-install gems
717
+
698
718
cruby-x64-mingw32-install :
699
719
needs : ["cruby-package"]
700
720
strategy :
You can’t perform that action at this time.
0 commit comments