Skip to content

Commit

Permalink
Use builds from ruby/truffleruby-dev-builder for truffleruby-dev on m…
Browse files Browse the repository at this point in the history
…acos-arm64

* macos-arm64 runners recently became available for ruby/truffleruby-dev-builder.
* Those builds are more frequently updated than on graalvm-ce-dev-builds.
  • Loading branch information
eregon committed Oct 12, 2023
1 parent b4b1dd2 commit 86af235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/ruby-build/truffleruby-dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Darwin-x86_64)
;;
Darwin-arm64)
use_homebrew_openssl
install_package "truffleruby-head" "https://github.com/graalvm/graalvm-ce-dev-builds/releases/latest/download/truffleruby-community-dev-macos-aarch64.tar.gz" truffleruby
install_package "truffleruby-head" "https://github.com/ruby/truffleruby-dev-builder/releases/latest/download/truffleruby-head-macos-13-arm64.tar.gz" truffleruby
;;
*)
colorize 1 "Unsupported platform: $platform"
Expand Down

0 comments on commit 86af235

Please sign in to comment.