File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/easy_compile Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28274,7 +28274,7 @@ function rubyBuilderURL(rubyVersion) {
2827428274 let platform = os.platform();
2827528275
2827628276 if (platform == "linux") {
28277- platform = "ubuntu-24 .04"; // Not great but this is a quick workaround
28277+ platform = "ubuntu-22 .04"; // Not great but this is a quick workaround
2827828278 }
2827928279
2828028280 return `${rubyReleasesUrl}/ruby-${rubyVersion}/ruby-${rubyVersion}-${platform}-${os.arch()}.tar.gz`;
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function rubyBuilderURL(rubyVersion) {
7373 let platform = os . platform ( ) ;
7474
7575 if ( platform == "linux" ) {
76- platform = "ubuntu-24 .04" ; // Not great but this is a quick workaround
76+ platform = "ubuntu-22 .04" ; // Not great but this is a quick workaround
7777 }
7878
7979 return `${ rubyReleasesUrl } /ruby-${ rubyVersion } /ruby-${ rubyVersion } -${ platform } -${ os . arch ( ) } .tar.gz` ;
You can’t perform that action at this time.
0 commit comments