Skip to content

Commit

Permalink
downgraded ubuntu and ruby versions in ci cd confs
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Jan 21, 2025
1 parent dbb1252 commit 9290c39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push]

jobs:
bundle_audit:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
ruby-version: 3.0.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: config bundler
run: |
Expand All @@ -21,12 +21,12 @@ jobs:
run: bundle exec bundle-audit check --update

brakeman:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
ruby-version: 3.0.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: config bundler
run: |
Expand Down

0 comments on commit 9290c39

Please sign in to comment.