Skip to content

Commit

Permalink
Fix package installation failure in actions
Browse files Browse the repository at this point in the history
Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
  • Loading branch information
clover2123 authored and ksh8281 committed Jan 7, 2025
1 parent 58536d0 commit 5cdf638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/es-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
check-tidy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
timeout-minutes: 15

build-test-on-x86-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
tc: ['new-es octane', 'v8 chakracore spidermonkey', 'jetstream-only-simple-parallel-1', 'jetstream-only-simple-parallel-2 jsc-stress', 'jetstream-only-simple-parallel-3 jetstream-only-cdjs']
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
timeout-minutes: 15

build-test-on-x64-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
tc: ['octane v8 web-tooling-benchmark', 'chakracore spidermonkey new-es']
Expand Down

0 comments on commit 5cdf638

Please sign in to comment.