Skip to content

Commit 7a0e5b4

Browse files
committed
Use windows-latest build agent
1 parent 630a861 commit 7a0e5b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# - https://gh.io/supported-runners-and-hardware-resources
2828
# - https://gh.io/using-larger-runners (GitHub.com only)
2929
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
30-
runs-on: windows-2019
30+
runs-on: windows-latest
3131
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
3232
permissions:
3333
# required for all workflows

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
build:
5151
needs: [update_release_draft]
5252

53-
runs-on: windows-2019
53+
runs-on: windows-latest
5454

5555
permissions:
5656
checks: write

0 commit comments

Comments
 (0)