Apply suggestions from code review

This commit is contained in:
Ethan Dennis
2022-12-07 09:54:33 -08:00
committed by GitHub
parent dacf03f649
commit 051535a77b
3 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ on:
env:
ruby_version: 2.7.1
# When using Self-Hosted Runner configurations, ImageOs must be populated to match the OS of the runner
# ImageOs must be configured to match the OS of the runner when using self-hosted runners.
# ImageOS: ubuntu22
jobs:

View File

@@ -45,7 +45,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
# When using Self-Hosted Runner configurations, ImageOs must be populated to match the OS of the runner
# ImageOs must be configured to match the OS of the runner when using self-hosted runners.
# env:
# ImageOS: ubuntu22
- name: Install dependencies