Skip to content

Commit 7eba2a7

Browse files
committed
ci: use macos to match matrix name
1 parent 5dc3d90 commit 7eba2a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo CI_BRANCH=${GITHUB_REF#refs/*/} >> $GITHUB_ENV
2828
2929
- name: Install macOS utils
30-
if: startsWith(matrix.os, 'macOS')
30+
if: startsWith(matrix.os, 'macos')
3131
run: |
3232
brew install coreutils clang-format
3333

.github/workflows/pull-request-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo CI_BRANCH=${GITHUB_REF#refs/*/} >> $GITHUB_ENV
3535
3636
- name: Install macOS utils
37-
if: startsWith(matrix.os, 'macOS')
37+
if: startsWith(matrix.os, 'macos')
3838
run: |
3939
brew install coreutils clang-format
4040

0 commit comments

Comments
 (0)