Skip to content

Commit

Permalink
Use ubuntu runner for CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Jan 31, 2024
1 parent 581d616 commit d8846a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ env:
jobs:
analyze:
name: Analyze
runs-on: macos-13
runs-on: ubuntu-latest
container: swift:5.9.2-jammy
timeout-minutes: 120
permissions:
actions: read
Expand All @@ -39,7 +40,7 @@ jobs:
config-file: ./.github/codeql/codeql-config.yml

- name: Build
run: swift build --build-tests
run: swift build --build-tests

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit d8846a3

Please sign in to comment.