Skip to content

Commit

Permalink
Latest windows build runners
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmyers committed Aug 30, 2024
1 parent 8cb7ea2 commit 2f104c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/l10n-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
package-l10n:
strategy:
fail-fast: false
runs-on: windows-2019
runs-on: windows-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/l10n-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
extract-and-upload-strings:
strategy:
fail-fast: false
runs-on: windows-2019
runs-on: windows-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 2f104c7

Please sign in to comment.