Skip to content

Commit

Permalink
Try to run on centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Jun 22, 2022
1 parent f13e683 commit 144a015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos]
os: [centos-7, ubuntu-18.04, ubuntu-20.04, macos-latest]
java: ['8', '11', '17']
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 144a015

Please sign in to comment.