Skip to content

Commit

Permalink
Merge pull request #76 from arakawatomonori/use-ubuntu-20.04
Browse files Browse the repository at this point in the history
Use Ubuntu 20.04 LTS for GitHub Actions
  • Loading branch information
takano32 authored Oct 17, 2023
2 parents 1cb9872 + 047c1ba commit b5fcebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on: [push]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
ruby-version: 2.6.10
- name: Build and test with Rake
run: |
gem install bundler
Expand Down

0 comments on commit b5fcebe

Please sign in to comment.