Skip to content

Commit 1dc1c23

Browse files
committed
Updates Ubuntu runner version
1 parent 5ae9a64 commit 1dc1c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
merge_build_on_linux:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
if: github.event.pull_request.merged == true
1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/nightly.yml

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

99
jobs:
1010
nightly_build_on_linux:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@master

0 commit comments

Comments
 (0)