Skip to content

Commit e4b4631

Browse files
authored
Update macbuild.yml
1 parent 08195c8 commit e4b4631

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/macbuild.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ permissions:
1111

1212
jobs:
1313
build:
14-
strategy:
15-
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
16-
fail-fast: false
17-
matrix:
18-
include:
19-
- os: macos-13
20-
runs-on: ${{ matrix.os }}
14+
runs-on: macos-13
2115

2216
steps:
2317
- name: Checkout main repository code

0 commit comments

Comments
 (0)