Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
This would have been causing the Ruby 2.0.0 x86 Windows test to run
using the 64-bit build of Ruby.
  • Loading branch information
philr committed Oct 27, 2021
1 parent cf1e605 commit 66a69d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@ jobs:
include:
- os: windows-2019
ruby: '2.0'
achitecture: x86
architecture: x86
name_suffix: ' (x86)'
experimental: false
- os: ubuntu-20.04
ruby: head
achitecture: default
architecture: default
name_suffix: ' (experimental)'
experimental: true
- os: ubuntu-20.04
ruby: jruby-head
achitecture: default
architecture: default
name_suffix: ' (experimental)'
experimental: true
- os: windows-2019
ruby: head
achitecture: default
architecture: default
name_suffix: ' (experimental)'
experimental: true
- os: windows-2019
ruby: jruby-head
achitecture: default
architecture: default
name_suffix: ' (experimental)'
experimental: true
- os: ubuntu-20.04
ruby: truffleruby-21
achitecture: default
architecture: default
name_suffix: ' (experimental)'
experimental: true
fail-fast: false
Expand Down

0 comments on commit 66a69d9

Please sign in to comment.