Skip to content

Commit e965b1d

Browse files
committed
github: 22.04
1 parent dfd2de2 commit e965b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ name: build
44
on:
55
push:
66
pull_request:
7+
workflow_dispatch:
78
schedule:
89
- cron: '0 0 * * 0' # weekly
910

1011
jobs:
1112
build:
12-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1314
steps:
1415
- name: Checkout
1516
uses: actions/checkout@v2

0 commit comments

Comments
 (0)