diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c365a703..97c362b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -390,7 +390,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - release: ['12.3', '13.1'] # Skip 13.0, EOL and has broken Python package + release: ['13.1'] # Skip 13.0, EOL and has broken Python package env: INSTALL_PREFIX: /usr/local PYTHON3_VER: '3.9'