Skip to content

Commit 7d30923

Browse files
committed
Switch ubuntu runner to ubuntu-22.04 from ubuntu-latest in action runner
1 parent 2329b4c commit 7d30923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99

1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v4
1414

0 commit comments

Comments
 (0)