Skip to content

Commit 0927f06

Browse files
authored
Update git-secrets.yml
we went for macos runners in jest repo for quick fix (https://github.com/logzio/Jest/blob/logzio/.github/workflows/git-secrets.yml)
1 parent 64277b1 commit 0927f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/git-secrets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# This workflow contains a single job called "main"
1010
git-secrets:
1111
# The type of runner that the job will run on
12-
runs-on: ubuntu-latest
12+
runs-on: macos-latest
1313

1414
# Steps represent a sequence of tasks that will be executed as part of the job
1515
steps:
@@ -22,7 +22,7 @@ jobs:
2222
python-version: 3.8
2323
- name: Installing dependencies
2424
run:
25-
sudo apt-get install git less openssh-server
25+
brew install git less openssh
2626
- name: Installing scanning tool
2727
run: |
2828
brew install git-secrets

0 commit comments

Comments
 (0)