Skip to content

Commit

Permalink
Add macos-latest to workflow actions
Browse files Browse the repository at this point in the history
This is a test commit to verify whether existing workflow actions can
run on macos-latest.

See opensearch-project/opensearch-build#38
for more details.

Signed-off-by: Michael Froh <[email protected]>
  • Loading branch information
msfroh committed Jan 31, 2023
1 parent f210db0 commit f757f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [11, 17]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

name: Run Gradle Check on neural-search Plugin
runs-on: ${{ matrix.os }}
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
java: [11, 17]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

name: Pre-commit neural-search Plugin
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f757f34

Please sign in to comment.