From 9290c39babf47f32b7c6ab167aca073dc0415972 Mon Sep 17 00:00:00 2001 From: oleghasjanov Date: Tue, 21 Jan 2025 14:23:17 +0200 Subject: [PATCH] downgraded ubuntu and ruby versions in ci cd confs --- .github/workflows/ruby.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index e141238e4..f992564aa 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -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: | @@ -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: |