Skip to content

Commit

Permalink
Merge pull request #255 from nobu/ci-install
Browse files Browse the repository at this point in the history
Update Ubuntu versions and fix installation tests
  • Loading branch information
hsbt authored Mar 6, 2023
2 parents 15cc412 + 779ae76 commit 5acf830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- macos-11
- ubuntu-latest
- macos-latest
- windows-latest
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
- run: rake build

- run: gem install pkg/*.gem
if: ${{ ( matrix.ruby != 'debug' && matrix.os == 'linux-latest' ) || ( matrix.ruby != 'debug' && matrix.os == 'macos-latest' ) }}
if: ${{ matrix.ruby != 'debug' && ( matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' ) }}

0 comments on commit 5acf830

Please sign in to comment.