mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Run lint explicitly on Ubuntu 20.04 to avoid warning
This commit is contained in:
@@ -103,7 +103,7 @@ jobs:
|
||||
run: gem install sassc -N
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: yarn install
|
||||
|
||||
Reference in New Issue
Block a user