File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 default : " 1"
5959
6060jobs :
61- determine_matrix :
61+ determine_artifact_matrix :
6262 runs-on : " linux-x86-n2-16"
6363 container : " us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest"
6464 outputs :
@@ -106,16 +106,16 @@ jobs:
106106 echo "artifact_matrix=[${artifacts[@]}]" >> $GITHUB_OUTPUT
107107
108108 build_artifacts :
109- needs : determine_matrix
109+ needs : determine_artifact_matrix
110110 continue-on-error : true
111111 defaults :
112112 run :
113113 # Explicitly set the shell to bash to override the default Windows environment, i.e, cmd.
114114 shell : bash
115115 strategy :
116116 matrix :
117- runner : ["windows-x86-n2-64", "linux-x86-n2-16", "linux-arm64-t2a-16 "]
118- artifact : ${{ fromJSON(needs.determine_matrix .outputs.artifact_matrix) }}
117+ runner : ["windows-x86-n2-64", "linux-x86-n2-16", "linux-arm64-t2a-48 "]
118+ artifact : ${{ fromJSON(needs.determine_artifact_matrix .outputs.artifact_matrix) }}
119119 python : ["3.10", "3.11", "3.12"]
120120 # jax-cuda-pjrt and jax are pure Python packages so they do not need to be built for each
121121 # Python version.
You can’t perform that action at this time.
0 commit comments