Skip to content

Commit 5cdf638

Browse files
clover2123ksh8281
authored andcommitted
Fix package installation failure in actions
Signed-off-by: HyukWoo Park <[email protected]>
1 parent 58536d0 commit 5cdf638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/es-actions.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
check-tidy:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:
@@ -279,7 +279,7 @@ jobs:
279279
timeout-minutes: 15
280280

281281
build-test-on-x86-release:
282-
runs-on: ubuntu-latest
282+
runs-on: ubuntu-22.04
283283
strategy:
284284
matrix:
285285
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']
@@ -315,7 +315,7 @@ jobs:
315315
timeout-minutes: 15
316316

317317
build-test-on-x64-release:
318-
runs-on: ubuntu-latest
318+
runs-on: ubuntu-22.04
319319
strategy:
320320
matrix:
321321
tc: ['octane v8 web-tooling-benchmark', 'chakracore spidermonkey new-es']

0 commit comments

Comments
 (0)