Skip to content

Commit

Permalink
CI: Skip setup-ruby on Ubuntu arm64
Browse files Browse the repository at this point in the history
Use system default 3.2.3, until setup-ruby supports Ubuntu arm64
runners.
  • Loading branch information
nobu committed Jan 18, 2025
1 parent a9d37ac commit 65a7c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
with:
ruby-version: '3.0'
bundler: none
if: ${{ !endsWith(matrix.os, 'arm') }}

- uses: ./.github/actions/setup/directories
with:
Expand Down

0 comments on commit 65a7c69

Please sign in to comment.