Skip to content

Bump step-security/harden-runner from 2.13.3 to 2.14.0 #169

Bump step-security/harden-runner from 2.13.3 to 2.14.0

Bump step-security/harden-runner from 2.13.3 to 2.14.0 #169

Workflow file for this run

name: macos
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
- name: Install dependencies
run: |
gem install bundler --no-document
bundle install
- name: Build package
run: bundle exec rake build
- name: Install package
run: |
gem install pkg/curses-*.gem
ruby -r curses -e 'puts Curses::VERSION'