Skip to content

Commit 6e6d28f

Browse files
SeaOtocinclusfacebook-github-bot
authored andcommitted
{Build} CI - Windows Github Infra migration
Summary: Update GitHub runner image "windows-2022" due to the removal of "windows-2019" following GitHub migration infra change actions/runner-images#12045 Differential Revision: D77604363
1 parent ea3f294 commit 6e6d28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-pixi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [macos-13, macos-latest, ubuntu-latest, windows-2019] #macOS-13 is macIntel, macOS-latest is macSilicon
16+
os: [macos-13, macos-latest, ubuntu-latest, windows-2022] #macOS-13 is macIntel, macOS-latest is macSilicon
1717
steps:
1818
- name : Setup repo
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)