Skip to content

Commit

Permalink
Revert Ubuntu change
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle authored and amhuntsman committed Sep 1, 2021
1 parent 2700eb4 commit 74af191
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build-ruby:
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
strategy:
matrix:
ruby-version: [2.2.10, 2.3.8, 2.4.10, 2.5.9, 2.6.8, 2.7.4, 3.0.2, jruby-9.2.19.0]
Expand All @@ -25,7 +25,7 @@ jobs:

unit-tests:
needs: build-ruby
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

multiverse:
needs: build-ruby
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
services:
redis:
image: redis
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

infinite_tracing:
needs: build-ruby
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
Expand All @@ -179,7 +179,7 @@ jobs:

jruby_multiverse:
needs: build-ruby
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
services:
redis:
image: redis
Expand Down

0 comments on commit 74af191

Please sign in to comment.