From 8325ba992ec83ac526181e731176fb3232be1af6 Mon Sep 17 00:00:00 2001 From: Cooper Gillan Date: Mon, 31 Jan 2022 09:36:58 -0600 Subject: [PATCH] Pin latest Ubuntu version for CI (#54) * GH-48 - Pin latest Ubuntu version * GH-48 - Run builds for Ruby 3.1 also Run the builds for Ruby 3.1 since it is the latest version * Revert "GH-48 - Run builds for Ruby 3.1 also" This reverts commit eaa0864c40ae95b56429e6a00465441a01194d60 to not yet run builds for Ruby 3.1. See #56 for other details on Ruby 3.1 support. Relates to #48 --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index d7f0e76..8876c31 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -9,7 +9,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false