diff --git a/.github/workflows/benchmark-pr.yml b/.github/workflows/benchmark-pr.yml index 62ee6958..c29bba03 100644 --- a/.github/workflows/benchmark-pr.yml +++ b/.github/workflows/benchmark-pr.yml @@ -4,9 +4,6 @@ on: workflow_dispatch: pull_request: branches: [ main ] - paths: - - 'Sources/TOMLDecoder/**/*.swift' - - 'Sources/TOMLDecoder/**/*.gyb' env: TOMLDECODER_BENCHMARKS: "1" @@ -14,7 +11,7 @@ env: jobs: benchmark-delta: name: PR vs main - runs-on: ubuntu-latest + runs-on: macos-latest continue-on-error: true permissions: issues: write @@ -25,10 +22,9 @@ jobs: with: fetch-depth: 0 - - name: Ubuntu deps + - name: Install deps run: | - sudo apt-get update - sudo apt-get install -y libjemalloc-dev + brew install jemalloc - name: Git URL token override and misc run: |