Skip to content

Commit

Permalink
ci: use macos to match matrix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Dec 15, 2023
1 parent 5dc3d90 commit 7eba2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo CI_BRANCH=${GITHUB_REF#refs/*/} >> $GITHUB_ENV
- name: Install macOS utils
if: startsWith(matrix.os, 'macOS')
if: startsWith(matrix.os, 'macos')
run: |
brew install coreutils clang-format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo CI_BRANCH=${GITHUB_REF#refs/*/} >> $GITHUB_ENV
- name: Install macOS utils
if: startsWith(matrix.os, 'macOS')
if: startsWith(matrix.os, 'macos')
run: |
brew install coreutils clang-format
Expand Down

0 comments on commit 7eba2a7

Please sign in to comment.