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 7b97896 commit 1fc44ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
# TODO: macos-latest was removed due to CI flakiness, we can revisit adding it back later
os: [ ubuntu-latest, windows-latest ]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: windows-latest
working_directory: X:\
Expand Down

0 comments on commit 1fc44ce

Please sign in to comment.