Skip to content

Commit 33cfa95

Browse files
committed
Update Ubuntu versions and fix installation tests
1 parent bd34312 commit 33cfa95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
matrix:
2828
os:
2929
- ubuntu-20.04
30-
- ubuntu-18.04
31-
- macos-10.15
30+
- ubuntu-latest
31+
- macos-latest
3232
- windows-latest
3333
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
3434
include:
@@ -56,4 +56,4 @@ jobs:
5656
- run: rake build
5757

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

0 commit comments

Comments
 (0)