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 <froh@amazon.com>
  • Loading branch information
msfroh committed Jan 31, 2023
1 parent f808b2a commit 466b885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
jdk: [11, 17]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 466b885

Please sign in to comment.