diff --git a/.github/automation/build_linters.sh b/.github/automation/build_linters.sh index a80ba6452db..bb6f33b250e 100755 --- a/.github/automation/build_linters.sh +++ b/.github/automation/build_linters.sh @@ -18,7 +18,7 @@ if [[ "$ONEDNN_ACTION" == "configure" ]]; then set -x cmake \ -Bbuild -S. \ - -DCMAKE_BUILD_TYPE=debug \ + -DCMAKE_BUILD_TYPE=release \ -DONEDNN_BUILD_GRAPH=ON \ -DDNNL_EXPERIMENTAL=ON \ -DDNNL_EXPERIMENTAL_SPARSE=ON \ diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index ed3b2397ae7..82093804d1d 100644 --- a/.github/workflows/pr-linter.yml +++ b/.github/workflows/pr-linter.yml @@ -82,7 +82,7 @@ jobs: pr-clang-tidy: name: Clang-Tidy - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout oneDNN uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2