Skip to content

Commit

Permalink
Pin latest Ubuntu version for CI (#54)
Browse files Browse the repository at this point in the history
* 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 eaa0864 to not yet
run builds for Ruby 3.1. See #56 for other details on Ruby 3.1 support.

Relates to #48
  • Loading branch information
coopergillan committed Jan 31, 2022
1 parent 9ad3822 commit 8325ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
fail-fast: false
Expand Down

0 comments on commit 8325ba9

Please sign in to comment.