Skip to content

How far back can we test? #51

How far back can we test?

How far back can we test? #51

Re-run triggered October 23, 2024 22:16
Status Cancelled
Total duration 39s
Artifacts

test.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 6 warnings
truffleruby on ubuntu
The job was canceled because "macos_2_4_false" failed.
truffleruby on ubuntu
The operation was canceled.
3.0 on macos
The job was canceled because "macos_2_4_false" failed.
3.0 on macos
The operation was canceled.
jruby on ubuntu
The job was canceled because "macos_2_4_false" failed.
jruby on ubuntu
The operation was canceled.
2.7 on macos
The job was canceled because "macos_2_4_false" failed.
2.7 on macos
The operation was canceled.
2.6 on macos
The job was canceled because "macos_2_4_false" failed.
2.6 on macos
The operation was canceled.
2.5 on macos
The job was canceled because "macos_2_4_false" failed.
2.5 on macos
Error: CRuby < 2.6 does not support macos-arm64. Either use a newer Ruby version or use a macOS image running on amd64, e.g., macos-13 or macos-12. Note that GitHub changed the meaning of macos-latest from macos-12 (amd64) to macos-14 (arm64): https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/ If you are using a matrix of Ruby versions, a good solution is to run only < 2.6 on amd64, like so: matrix: ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3'] os: [ ubuntu-latest, macos-latest ] # CRuby < 2.6 does not support macos-arm64, so test those on amd64 instead exclude: - { os: macos-latest, ruby: '2.4' } - { os: macos-latest, ruby: '2.5' } include: - { os: macos-13, ruby: '2.4' } - { os: macos-13, ruby: '2.5' } But of course you should consider dropping support for these long-EOL Rubies, which cannot even be built on recent macOS machines. at validateRubyEngineAndVersion (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65898:11) at setupRuby (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65790:15) at run (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65749:11) at /Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65948:40 at /Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65950:3 at Object.<anonymous> (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65953:12) at Module._compile (node:internal/modules/cjs/loader:1358:14) at Module._extensions..js (node:internal/modules/cjs/loader:1416:10) at Module.load (node:internal/modules/cjs/loader:1208:32) at Module._load (node:internal/modules/cjs/loader:1024:12)
2.4 on macos
Error: CRuby < 2.6 does not support macos-arm64. Either use a newer Ruby version or use a macOS image running on amd64, e.g., macos-13 or macos-12. Note that GitHub changed the meaning of macos-latest from macos-12 (amd64) to macos-14 (arm64): https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/ If you are using a matrix of Ruby versions, a good solution is to run only < 2.6 on amd64, like so: matrix: ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3'] os: [ ubuntu-latest, macos-latest ] # CRuby < 2.6 does not support macos-arm64, so test those on amd64 instead exclude: - { os: macos-latest, ruby: '2.4' } - { os: macos-latest, ruby: '2.5' } include: - { os: macos-13, ruby: '2.4' } - { os: macos-13, ruby: '2.5' } But of course you should consider dropping support for these long-EOL Rubies, which cannot even be built on recent macOS machines. at validateRubyEngineAndVersion (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65898:11) at setupRuby (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65790:15) at run (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65749:11) at /Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65948:40 at /Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65950:3 at Object.<anonymous> (/Users/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65953:12) at Module._compile (node:internal/modules/cjs/loader:1358:14) at Module._extensions..js (node:internal/modules/cjs/loader:1416:10) at Module.load (node:internal/modules/cjs/loader:1208:32) at Module._load (node:internal/modules/cjs/loader:1024:12)
2.6 on ubuntu
The job was canceled because "macos_2_4_false" failed.
2.6 on ubuntu
The operation was canceled.
2.7 on ubuntu
The job was canceled because "macos_2_4_false" failed.
2.7 on ubuntu
The operation was canceled.
3.2 on macos
The job was canceled because "macos_2_4_false" failed.
2.4 on ubuntu
The job was canceled because "macos_2_4_false" failed.
2.4 on ubuntu
The process '/opt/hostedtoolcache/Ruby/2.4.10/x64/bin/bundle' failed with exit code 6
3.1 on macos
The job was canceled because "macos_2_4_false" failed.
head on ubuntu
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
2.4 on macos
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
3.2 on ubuntu
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
3.1 on ubuntu
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
3.0 on ubuntu
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
2.5 on ubuntu
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/