Skip to content

Commit 793c913

Browse files
committed
Disable other builds except for ROCm
1 parent be067a5 commit 793c913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
VERSION: ${{ needs.prepare-release.outputs.version_tag }} # Use tag version (vX.Y.Z) for bake
3939
strategy:
4040
matrix:
41-
build_target: ["cpu", "gpu", "rocm"]
41+
build_target: ["rocm"]
4242
steps:
4343
- name: Checkout repository
4444
uses: actions/checkout@v4

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10
1+
3.12

0 commit comments

Comments
 (0)