You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+14-30Lines changed: 14 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -9,32 +9,25 @@ on:
9
9
jobs:
10
10
build-lint-test:
11
11
strategy:
12
-
fail-fast: false
12
+
fail-fast: true
13
13
matrix:
14
-
# TODO(cretz): Enable Windows (it's slow)
15
-
#
16
14
# TODO(cretz): Enable Linux ARM. It's not natively supported with setup-ruby (see
17
-
# https://github.com/ruby/setup-ruby#supported-platforms). So we need to set ruby-version to 'none' per
15
+
# https://github.com/ruby/setup-ruby#supported-platforms and https://github.com/ruby/setup-ruby/issues/577).
16
+
# So we need to set ruby-version to 'none' per
18
17
# https://github.com/oxidize-rb/actions/tree/main/setup-ruby-and-rust and install Ruby ourselves maybe. See
19
18
# https://github.com/ruby/setup-ruby?tab=readme-ov-file#using-self-hosted-runners. The error states:
20
19
# Error: The current runner (ubuntu-24.04-arm64) was detected as self-hosted because the platform does not match a GitHub-hosted runner image (or that image is deprecated and no longer supported).
21
20
# In such a case, you should install Ruby in the $RUNNER_TOOL_CACHE yourself, for example using https://github.com/rbenv/ruby-build
22
21
# You can take inspiration from this workflow for more details: https://github.com/ruby/ruby-builder/blob/master/.github/workflows/build.yml
0 commit comments