diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 306506088c3..9b34c7048f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: facebook/hermes/build on: - push + push: pull_request: branches: - main @@ -43,7 +43,7 @@ jobs: name: android-hermes path: output linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Install dependencies run: |- diff --git a/unittests/VMRuntime/Instrumentation/CMakeLists.txt b/unittests/VMRuntime/Instrumentation/CMakeLists.txt index 7a7fc3f10f8..809bff2a979 100644 --- a/unittests/VMRuntime/Instrumentation/CMakeLists.txt +++ b/unittests/VMRuntime/Instrumentation/CMakeLists.txt @@ -5,7 +5,6 @@ set(ISources ApproxIntegralTest.cpp - ProcessStatsTest.cpp ) add_hermes_unittest(HermesInstrumentationTests