Skip to content

Commit

Permalink
use ubuntu 20 for JRuby CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fallwith committed Nov 21, 2023
1 parent e306aab commit bbe3a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
unit_tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
services:
mysql:
image: mysql:5.7
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:


jruby_multiverse:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
services:
elasticsearch7:
image: elasticsearch:7.16.2
Expand Down

0 comments on commit bbe3a1e

Please sign in to comment.