Skip to content

Commit

Permalink
Adding macos OS to matrix.os list
Browse files Browse the repository at this point in the history
Trying out workflow execution for both Ubuntu and MacOS.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Jun 21, 2024
1 parent b5fad43 commit 0c5b8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# os: [macos-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]

steps:
- name: Setup Docker on macOS using Colima, Lima-VM, and Homebrew.
Expand Down

0 comments on commit 0c5b8d5

Please sign in to comment.