We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630a861 commit 7a0e5b4Copy full SHA for 7a0e5b4
2 files changed
.github/workflows/codeql.yml
@@ -27,7 +27,7 @@ jobs:
27
# - https://gh.io/supported-runners-and-hardware-resources
28
# - https://gh.io/using-larger-runners (GitHub.com only)
29
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
30
- runs-on: windows-2019
+ runs-on: windows-latest
31
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
32
permissions:
33
# required for all workflows
.github/workflows/main.yml
@@ -50,7 +50,7 @@ jobs:
50
build:
51
needs: [update_release_draft]
52
53
54
55
56
checks: write
0 commit comments