Skip to content

Commit ba50920

Browse files
SeaOtocinclusfacebook-github-bot
authored andcommitted
{Build} CI - Windows Github Infra migration (#202)
Summary: X-link: facebookresearch/projectaria_tools#241 Update GitHub runner image "windows-2022" due to the removal of "windows-2019" following GitHub migration. - "GitHub: Windows Server 2019 has been retired" -> actions/runner-images#12045 Differential Revision: D77604363
1 parent ea3f294 commit ba50920

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vrs = { cmd = "build/tools/vrs/vrs", depends-on = ["build"]}
3434

3535
[target.win-64.tasks] # Deal with windows specifics (prepare and build)
3636
cmake-generator = "cmake --help"
37-
prepare = "cmake -G 'Visual Studio 16 2019' -B build -S . -DCMAKE_BUILD_TYPE=Release"
37+
prepare = "cmake -B build -S . -DCMAKE_BUILD_TYPE=Release"
3838
build = { cmd = "cmake --build build --config Release -- /m", depends-on = [
3939
"prepare",
4040
] }

0 commit comments

Comments
 (0)