Skip to content

Bump ruby/setup-ruby from 1.267.0 to 1.268.0 (#75) #30

Bump ruby/setup-ruby from 1.267.0 to 1.268.0 (#75)

Bump ruby/setup-ruby from 1.267.0 to 1.268.0 (#75) #30

name: continuous-delivery
permissions:
contents: read
on:
push:
branches:
- main
concurrency:
group: continuous-delivery
cancel-in-progress: true
jobs:
build:
name: Run tests
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71
with:
ruby-version: 3.4.4
- run: gem install bundler --no-document
- run: bundle
- run: rake native gem
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: gem build
- uses: actions/upload-artifact@v5
with:
name: gem-${{ matrix.os }}
path: |
*.gem
pkg/*.gem