Skip to content

Commit 8473792

Browse files
authored
Merge branch 'main' into copilot/fix-directory-header-color
2 parents 219265a + cb5dde8 commit 8473792

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-latest]
18+
os: [macos-latest, ubuntu-latest, windows-latest]
1919
steps:
2020
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/pre-commit-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-latest]
18+
os: [macos-latest, ubuntu-latest, windows-latest]
1919
steps:
2020
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)