Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 49f949f

Browse files
author
Ana Felisatti
authored
Remove mac for now
1 parent c4d62a1 commit 49f949f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ jobs:
1717
OSX_LINUX_WINDOWS:
1818
strategy:
1919
matrix:
20-
os: [ macos-latest, mulesoft-labs-ubuntu, mulesoft-labs-windows ]
20+
os: [ mulesoft-labs-ubuntu, mulesoft-labs-windows ]
2121
include:
2222
- os: mulesoft-labs-windows
2323
script_name: windows
2424
- os: mulesoft-labs-ubuntu
2525
script_name: linux
26-
- os: macos-latest
27-
script_name: osx
2826
runs-on: ${{ matrix.os }}
2927
# Steps represent a sequence of tasks that will be executed as part of the job
3028
steps:

0 commit comments

Comments
 (0)