Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
ci: update codeql.yml use windows instead of ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeldenni authored Feb 20, 2024
1 parent 88ca3bb commit ec3ddff
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
#
name: "CodeQL"

on:
push:
paths-ignore:
- "DiskCheckerGUI/**"
on: [push, pull_request]

jobs:
analyze:
Expand All @@ -24,7 +21,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'windows-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
Expand Down

0 comments on commit ec3ddff

Please sign in to comment.