Skip to content

Commit

Permalink
Merge pull request #86 from route06/ubuntu-latest
Browse files Browse the repository at this point in the history
Always use ubuntu-latest
  • Loading branch information
masutaka authored Sep 30, 2024
2 parents 337f87c + 5272ce9 commit 9ee4a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
jobs:
changes:
name: Filter Paths
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: 10
outputs:
languages: ${{ steps.format.outputs.languages }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
analyze:
name: Perform CodeQL for ${{ inputs.language }}
runs-on: ${{ (inputs.language == 'swift' && 'macos-latest') || 'ubuntu-22.04' }}
runs-on: ${{ (inputs.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: 30

steps:
Expand Down

0 comments on commit 9ee4a14

Please sign in to comment.