Skip to content

Commit 70ce7c9

Browse files
committed
WIP
1 parent 2db0015 commit 70ce7c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/easy_compile/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`;

.github/actions/easy_compile/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`;

0 commit comments

Comments
 (0)