Skip to content

Commit

Permalink
Fix linux Github Actions test
Browse files Browse the repository at this point in the history
Summary: Use Ubuntu 22 and exclude ProcessStatsTest

Reviewed By: neildhar

Differential Revision: D61556148

fbshipit-source-id: 3df9f1f5679d0c25a55787ddf255f06fadc40cf9
  • Loading branch information
Matt Blagden authored and facebook-github-bot committed Aug 26, 2024
1 parent 842ab73 commit 0410fb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
1 change: 0 additions & 1 deletion unittests/VMRuntime/Instrumentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

set(ISources
ApproxIntegralTest.cpp
ProcessStatsTest.cpp
)

add_hermes_unittest(HermesInstrumentationTests
Expand Down

0 comments on commit 0410fb4

Please sign in to comment.