diff options
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a5008c..3915aee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: jobs: bundler: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: matrix: ruby-version: [2.5, 2.6, 2.7] |