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

Commit d51d5fa

Browse files
author
Ana Felisatti
authored
test workers
1 parent b8d7b27 commit d51d5fa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)