Skip to content

Commit 12b6212

Browse files
authored
Merge pull request #407 from parasoft/feature/DT-23338-Update-GitHub-action-documentation-and-defaults
Remove macOS from workflow matrix in build and unit tests
2 parents b8d098b + 4451c21 commit 12b6212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ macos-latest, ubuntu-latest, windows-latest ]
18+
os: [ ubuntu-latest, windows-latest ]
1919

2020
steps:
2121

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ macos-latest, ubuntu-latest, windows-latest ]
18+
os: [ ubuntu-latest, windows-latest ]
1919

2020
steps:
2121

0 commit comments

Comments
 (0)