12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- os : [ubuntu-latest, macos-latest , macos-14, windows-2019]
15
+ os : [ubuntu-latest, macos-13 , macos-14, windows-2019]
16
16
platform : [linux-64, linux-aarch64, osx-64, win-64, osx-arm64]
17
17
environment : [beta]
18
18
exclude :
@@ -30,13 +30,13 @@ jobs:
30
30
platform : osx-64
31
31
- os : macos-14
32
32
platform : win-64
33
- - os : macos-latest
33
+ - os : macos-13
34
34
platform : linux-64
35
- - os : macos-latest
35
+ - os : macos-13
36
36
platform : linux-aarch64
37
- - os : macos-latest
37
+ - os : macos-13
38
38
platform : osx-arm64
39
- - os : macos-latest
39
+ - os : macos-13
40
40
platform : win-64
41
41
- os : windows-2019
42
42
platform : linux-64
@@ -127,7 +127,7 @@ jobs:
127
127
ls -la recipes
128
128
- name : Generate recipes for osx-64
129
129
shell : bash -l {0}
130
- if : steps.filecheck.outputs.OSX_YAML_CHANGED == 1 && matrix.os == 'macos-latest ' && matrix.platform == 'osx-64'
130
+ if : steps.filecheck.outputs.OSX_YAML_CHANGED == 1 && matrix.os == 'macos-13 ' && matrix.platform == 'osx-64'
131
131
run : |
132
132
cp vinca_osx.yaml vinca.yaml
133
133
mkdir -p recipes
@@ -164,29 +164,29 @@ jobs:
164
164
shell : bash -l {0}
165
165
if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && steps.filecheck.outputs.LINUX_YAML_CHANGED == 1 && matrix.os == 'ubuntu-latest' && matrix.platform == 'linux-64'
166
166
run : |
167
- env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
168
- 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
167
+ env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes --target-platform linux-64 - m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
168
+ env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes --target-platform linux-64 - m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
169
169
- name : Build recipes for linux-aarch64
170
170
shell : bash -l {0}
171
171
if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && steps.filecheck.outputs.LINUX_AARCH_YAML_CHANGED == 1 && matrix.os == 'ubuntu-latest' && matrix.platform == 'linux-aarch64'
172
172
run : |
173
- env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
174
- 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
173
+ env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes --target-platform linux-aarch64 - m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
174
+ env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes --target-platform linux-aarch64 - m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
175
175
- name : Build recipes for osx-64
176
176
shell : bash -l {0}
177
- if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && steps.filecheck.outputs.OSX_YAML_CHANGED == 1 && matrix.os == 'macos-latest ' && matrix.platform == 'osx-64'
177
+ if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && steps.filecheck.outputs.OSX_YAML_CHANGED == 1 && matrix.os == 'macos-13 ' && matrix.platform == 'osx-64'
178
178
run : |
179
- env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
180
- 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
179
+ env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes --target-platform osx-64 - m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
180
+ env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes --target-platform osx-64 - m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
181
181
- name : Build recipes for osx-arm64
182
182
shell : bash -l {0}
183
183
if : steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && steps.filecheck.outputs.OSX_ARM_YAML_CHANGED == 1 && matrix.os == 'macos-14' && matrix.platform == 'osx-arm64'
184
184
run : |
185
- env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
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
185
+ env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes --target-platform osx-arm64 - m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
186
+ env -i $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes --target-platform osx-arm64 - 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
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
- $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes -m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
192
- $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
191
+ $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir additional_recipes --target-platform win64 - m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
192
+ $HOME/.pixi/bin/pixi run -e beta rattler-build build --recipe-dir recipes --target-platform win64 - m ./conda_build_config.yaml -c robostack-jazzy -c conda-forge --skip-existing
0 commit comments