Skip to content

Commit fae9ba7

Browse files
committed
change environment
1 parent 6ce5492 commit fae9ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
fail-fast: false
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-2.20
1515
env:
1616
# Workaround b/c upgrading Minitest broke some mocking expectations
1717
# having to do with automatic kwarg splatting
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v3
2222
- uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 2.7.7
24+
ruby-version: 2.7.3
2525
# TODO: Impalement caching
2626
# bundler-cache: true
2727
- run: bundle install

0 commit comments

Comments
 (0)