File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
38
38
platform : osx-arm64
39
39
- os : macos-latest
40
40
platform : win-64
41
- - os : windows-2019
41
+ - os : windows-2022
42
42
platform : linux-64
43
- - os : windows-2019
43
+ - os : windows-2022
44
44
platform : linux-aarch64
45
- - os : windows-2019
45
+ - os : windows-2022
46
46
platform : osx-64
47
- - os : windows-2019
47
+ - os : windows-2022
48
48
platform : osx-arm64
49
49
steps :
50
50
- uses : actions/checkout@v4
@@ -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-2019 ' && matrix.platform == 'win-64'
146
+ if : steps.filecheck.outputs.WIN_YAML_CHANGED == 1 && matrix.os == 'windows-2022 ' && 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-2019 ' && matrix.platform == 'win-64'
189
+ if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && steps.filecheck.outputs.WIN_YAML_CHANGED == 1 && matrix.os == 'windows-2022 ' && 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
You can’t perform that action at this time.
0 commit comments