Skip to content

Commit c467355

Browse files
Update testpr.yml
1 parent 02e5c04 commit c467355

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/testpr.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, macos-latest, macos-14, windows-2022]
15+
os: [ubuntu-latest, macos-latest, macos-14, windows-2019]
1616
platform: [linux-64, linux-aarch64, osx-64, win-64, osx-arm64]
1717
environment: [beta]
1818
exclude:
@@ -38,13 +38,13 @@ jobs:
3838
platform: osx-arm64
3939
- os: macos-latest
4040
platform: win-64
41-
- os: windows-2022
41+
- os: windows-2019
4242
platform: linux-64
43-
- os: windows-2022
43+
- os: windows-2019
4444
platform: linux-aarch64
45-
- os: windows-2022
45+
- os: windows-2019
4646
platform: osx-64
47-
- os: windows-2022
47+
- os: windows-2019
4848
platform: osx-arm64
4949
steps:
5050
- uses: actions/checkout@v4
@@ -61,10 +61,10 @@ jobs:
6161
- name: Clean up PATH
6262
if: contains(matrix.os, 'windows')
6363
uses: egor-tensin/cleanup-path@v4
64-
# with:
64+
with:
6565
# cygpath in C:\Program Files\Git\usr\bin is used by install micromamba
6666
# git in C:\Program Files\Git\bin is used by pip install git+
67-
# dirs: 'C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin'
67+
dirs: 'C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin'
6868

6969
- shell: bash -l {0}
7070
if: matrix.platform == 'linux-aarch64'
@@ -143,7 +143,7 @@ jobs:
143143
ls -la recipes
144144
- name: Generate recipes for win-64
145145
shell: bash -l {0}
146-
if: steps.filecheck.outputs.WIN_YAML_CHANGED == 1 && matrix.os == 'windows-2022' && matrix.platform == 'win-64'
146+
if: steps.filecheck.outputs.WIN_YAML_CHANGED == 1 && matrix.os == 'windows-2019' && matrix.platform == 'win-64'
147147
run: |
148148
# Workaround for problem related to long paths
149149
echo "CONDA_BLD_PATH=C:\\bld\\" >> $GITHUB_ENV
@@ -186,7 +186,7 @@ jobs:
186186
env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
187187
- name: Build recipes for win-64
188188
shell: bash -l {0}
189-
if: steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && steps.filecheck.outputs.WIN_YAML_CHANGED == 1 && matrix.os == 'windows-2022' && matrix.platform == 'win-64'
189+
if: steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && steps.filecheck.outputs.WIN_YAML_CHANGED == 1 && matrix.os == 'windows-2019' && matrix.platform == 'win-64'
190190
run: |
191191
env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe additional_recipes/ros2-distro-mutex/ -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
192192
env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing

0 commit comments

Comments
 (0)