Skip to content

Commit 65a7c69

Browse files
committed
CI: Skip setup-ruby on Ubuntu arm64
Use system default 3.2.3, until setup-ruby supports Ubuntu arm64 runners.
1 parent a9d37ac commit 65a7c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
with:
7575
ruby-version: '3.0'
7676
bundler: none
77+
if: ${{ !endsWith(matrix.os, 'arm') }}
7778

7879
- uses: ./.github/actions/setup/directories
7980
with:

0 commit comments

Comments
 (0)