Skip to content

Commit

Permalink
workaround JavaScriptCore compile failure on ubuntu host
Browse files Browse the repository at this point in the history
force use ubuntu-20.04, JavaScriptCore requires libicu66
  • Loading branch information
LanderlYoung committed Mar 14, 2023
1 parent 0492b70 commit 521f531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
jobs:
coverage-ubuntu-gcc:
timeout-minutes: 30
runs-on: ubuntu-latest
# JavaScriptCore requires libicu66 which is only avaliable on ubuntu-20.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
ubuntu-gcc-run:
timeout-minutes: 30
runs-on: ubuntu-latest
# JavaScriptCore requires libicu66 which is only avaliable on ubuntu-20.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 521f531

Please sign in to comment.