Skip to content

Commit 9aede54

Browse files
committed
Exclude known failing combination
* See #496
1 parent 24a61db commit 9aede54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- { os: windows-2022, ruby: mswin }
3232
- { os: windows-2022, ruby: ucrt }
3333
exclude:
34+
- { os: ubuntu-22.04, ruby: '2.2' } # https://github.com/ruby/setup-ruby/issues/496
3435
- { os: windows-2019, ruby: '1.9' }
3536
- { os: windows-2019, ruby: '3.3' }
3637
- { os: windows-2019, ruby: debug }

0 commit comments

Comments
 (0)