12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- os : [ubuntu-latest, macos-latest, macos-14, windows-2022 ]
15
+ os : [ubuntu-latest, macos-latest, macos-14, windows-2019 ]
16
16
platform : [linux-64, linux-aarch64, osx-64, win-64, osx-arm64]
17
17
environment : [beta]
18
18
exclude :
@@ -38,13 +38,13 @@ jobs:
38
38
platform : osx-arm64
39
39
- os : macos-latest
40
40
platform : win-64
41
- - os : windows-2022
41
+ - os : windows-2019
42
42
platform : linux-64
43
- - os : windows-2022
43
+ - os : windows-2019
44
44
platform : linux-aarch64
45
- - os : windows-2022
45
+ - os : windows-2019
46
46
platform : osx-64
47
- - os : windows-2022
47
+ - os : windows-2019
48
48
platform : osx-arm64
49
49
steps :
50
50
- uses : actions/checkout@v4
@@ -61,10 +61,10 @@ jobs:
61
61
- name : Clean up PATH
62
62
if : contains(matrix.os, 'windows')
63
63
uses : egor-tensin/cleanup-path@v4
64
- # with:
64
+ with :
65
65
# cygpath in C:\Program Files\Git\usr\bin is used by install micromamba
66
66
# 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'
68
68
69
69
- shell : bash -l {0}
70
70
if : matrix.platform == 'linux-aarch64'
@@ -143,7 +143,7 @@ jobs:
143
143
ls -la recipes
144
144
- name : Generate recipes for win-64
145
145
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'
147
147
run : |
148
148
# Workaround for problem related to long paths
149
149
echo "CONDA_BLD_PATH=C:\\bld\\" >> $GITHUB_ENV
@@ -186,7 +186,7 @@ jobs:
186
186
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
187
187
- name : Build recipes for win-64
188
188
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'
190
190
run : |
191
191
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
192
192
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