Skip to content

Commit c8714df

Browse files
committed
Change determine_matrix job name
1 parent bf48bb3 commit c8714df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ on:
5858
default: "1"
5959

6060
jobs:
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.

0 commit comments

Comments
 (0)