Commit 546fbf7
committed
Fix Ruby version in GitHub Actions workflow to avoid errors during setup
```
Error: Error: Unavailable version 3.4.0-preview2 for ruby on ubuntu-24.04
You can request it at https://github.com/ruby/setup-ruby/issues
Cause: Unexpected HTTP response: 404
at /home/runner/work/_actions/ruby/setup-ruby/f26937343756480a8cb3ae1f623b9c8d89ed6984/dist/index.js:65021:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async body (/home/runner/work/_actions/ruby/setup-ruby/f26937343756480a8cb3ae1f623b9c8d89ed6984/dist/index.js:353:14)
```
see: https://github.com/ruby/racc/actions/runs/18798977070/job/536436625041 parent fbc53cb commit 546fbf7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments