Skip to content

Commit

Permalink
Fixing CI workflow to run on matrix.os (opensearch-project#292)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>

Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis authored Dec 30, 2022
1 parent 5a80f25 commit dc786e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java: [11, 17]

name: Build and Test
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- name: Checkout
Expand Down

0 comments on commit dc786e1

Please sign in to comment.