Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Close #65
  • Loading branch information
sue445 committed May 5, 2023
1 parent 95870ee commit edb8648
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:

jobs:
test:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: ${{ (matrix.runner != '' && matrix.runner) || 'ubuntu-latest' }}

strategy:
fail-fast: false
Expand All @@ -31,6 +32,11 @@ jobs:
- "3.1"
- "3.2"

include:
# ref. https://github.com/ruby/setup-ruby/issues/496#issuecomment-1520662740
- ruby: "2.2"
runner: ubuntu-20.04

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit edb8648

Please sign in to comment.