diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcf3070b5..890aa377c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: branches: - dev - master + - update-rocm paths-ignore: - "docs/**" @@ -15,7 +16,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: 3.9 + PYTHON_VERSION: 3.11 jobs: amd64_build: