Browse Source

codeql uses ubuntu-latest

pull/17039/head
Rob Winch 8 months ago
parent
commit
3b7e3a6c5c
No known key found for this signature in database
  1. 2
      .github/workflows/codeql.yml

2
.github/workflows/codeql.yml

@ -25,7 +25,7 @@ jobs: @@ -25,7 +25,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: [self-hosted, Linux, X64, tpe-small-vm]
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write

Loading…
Cancel
Save