diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index f4e981b269..c73dc4a6a3 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -9,7 +9,7 @@ on: jobs: code_formatter: - runs-on: [self-hosted, ARM64] + runs-on: [self-hosted, X64] # Temporary block comment for testing # if: github.repository == 'FEX-Emu/FEX' # ^ @@ -54,11 +54,6 @@ jobs: echo "Formatting files:" echo "$CHANGED_FILES" - - name: Install clang-format - uses: aminya/setup-cpp@v1 - with: - clangformat: 16.0.6 - - name: Setup Python env uses: actions/setup-python@v4 with: