Skip to content

Commit

Permalink
remove mac-os
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Apr 16, 2024
1 parent 19e33ab commit 68e9ceb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '22 0 * * 1'

jobs:
analyze:
name: Analyze
runs-on: ${{ (matrix.language == 'java' && 'macos-latest') || 'ubuntu-latest' }}
runs-on: 'ubuntu-latest'
timeout-minutes: ${{ (matrix.language == 'java' && 120) || 360 }}
permissions:
actions: read
Expand Down

0 comments on commit 68e9ceb

Please sign in to comment.