Skip to content

Commit

Permalink
Rename CI job for old Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj committed Oct 6, 2023
1 parent f1f9a2b commit 67d2087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Run benchmarks
run: bundle exec rake

rake:
rake_old:
runs-on: ubuntu-20.04

strategy:
matrix:
ruby-version: ['2.3.0', '2.1.9', '2.2.10']
ruby-version: ['2.3.0', '2.1.9', '2.2.10']

steps:
- name: Set Share Env
Expand Down

0 comments on commit 67d2087

Please sign in to comment.