GH Actions: Remove architecture from inputs

Should clean up warnings like this:

> Unexpected input(s) 'architecture', valid inputs are ['ruby-version',
> 'rubygems', 'bundler', 'bundler-cache', 'working-directory',
> 'cache-version']
This commit is contained in:
Paul Hinze 2022-03-01 17:41:39 -06:00
parent 4b0acfb513
commit e600d6e4a8
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
3 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
architecture: 'x64'
- name: Setup ruby vagrant
run: |
gem install --no-document bundler

View File

@ -39,7 +39,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
architecture: 'x64'
- name: Setup ruby vagrant
run: |
gem install --no-document bundler

View File

@ -39,6 +39,5 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
architecture: 'x64'
- name: Run Tests
run: .ci/test.sh