Skip to content

Commit

Permalink
Update the workflow runner to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lewellent authored Jan 11, 2024
1 parent 601bc3d commit ebab3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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: arc-amd64-runners
runs-on: 'ubuntu-latest'
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
Expand Down

0 comments on commit ebab3f1

Please sign in to comment.