Skip to content

Commit

Permalink
Merge pull request #1997 from gooddata/STL-715-Fix-Build
Browse files Browse the repository at this point in the history
CONFIG: Specify OS version during run testing
  • Loading branch information
caohhung authored Oct 16, 2024
2 parents 8459d03 + edc3bd1 commit 4283e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [master]
jobs:
jruby-gem-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -25,7 +25,7 @@ jobs:
env:
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
rubygems-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -37,7 +37,7 @@ jobs:
env:
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
gem-smoke-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [jruby-gem-release, rubygems-release]
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
jobs:
unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7.6, 3.2.1, jruby-9.2.21, jruby-9.3.14, jruby-9.4.1]
Expand Down

0 comments on commit 4283e0c

Please sign in to comment.