Skip to content

Commit 1bc8ba4

Browse files
committed
temp disable macos in workflow
1 parent 0bb5783 commit 1bc8ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-linting-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os:
24-
- "macos-latest"
24+
#- "macos-latest"
2525
- "ubuntu-latest"
2626
runs-on: "${{matrix.os}}"
2727
steps:

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os:
24-
- "macos-latest"
24+
#- "macos-latest"
2525
- "ubuntu-20.04"
2626
- "ubuntu-22.04"
2727
- "ubuntu-24.04"

0 commit comments

Comments
 (0)