diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-04 21:13:30 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-04 21:13:30 -0600 |
| commit | 4cd732866d38a485b38cf622c9a1866f3b9e10be (patch) | |
| tree | d4caa69eb5605084089a4953a3f65727617eafc1 | |
| parent | 5c89153e481b9b92c1c719e60a2a242a6b364261 (diff) | |
rollback to 2.6.4
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5ea2ce..72d7fb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,6 @@ jobs: - name: Set up Ruby uses: actions/setup-ruby@v1 with: - ruby-version: '2.6.5' + ruby-version: '2.6.4' - name: Build and test run: bin/cibuild |
