Skip to content

Commit

Permalink
Use Ubuntu 20.04 LTS for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Oct 17, 2023
1 parent 8edfad0 commit 047c1ba
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 047c1ba

Please sign in to comment.