We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae9a64 commit 1dc1c23Copy full SHA for 1dc1c23
.github/workflows/merge.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
merge_build_on_linux:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
if: github.event.pull_request.merged == true
12
steps:
13
- uses: actions/checkout@v2
.github/workflows/nightly.yml
@@ -8,7 +8,7 @@ on:
nightly_build_on_linux:
14
- uses: actions/setup-node@master
0 commit comments