diff options
| author | mo khan <mo@mokhan.ca> | 2021-03-08 23:14:15 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-03-08 23:14:15 -0700 |
| commit | fc4f530e08a421950aa304f8a80d97952f278b43 (patch) | |
| tree | 8f9b09bb6f20d482db3e880fca1f4138c44edccd /.github/workflows | |
| parent | c9c7ac6a2501478ba47f8ee0303f3b641e8a0ae4 (diff) | |
chore: use Ruby 2.7
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/omnibus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/omnibus.yml b/.github/workflows/omnibus.yml index c3b7c83..55266e7 100644 --- a/.github/workflows/omnibus.yml +++ b/.github/workflows/omnibus.yml @@ -11,6 +11,6 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: '2.7' bundler-cache: true - run: bundle exec omnibus build spandx |
