File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
tests :
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-22.04
10
10
strategy :
11
11
matrix :
12
12
python-version :
46
46
grep source out.txt
47
47
48
48
linters :
49
- runs-on : ubuntu-latest
49
+ runs-on : ubuntu-22.04
50
50
steps :
51
51
- name : Checkout source
52
52
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 16
16
17
17
jobs :
18
18
release :
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-22.04
20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
22
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SOURCEDIRS=$(ROOT_DIR)/syslog_ng_cfg_helper $(ROOT_DIR)/tests
3
3
4
4
BISON_INSTALL_PATH := /usr/local
5
5
6
- SYSLOG_NG_VERSION := 4.6.0
6
+ SYSLOG_NG_VERSION := 4.8.1
7
7
SYSLOG_NG_RELEASE_URL := https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-$(SYSLOG_NG_VERSION )
8
8
SYSLOG_NG_TARBALL_URL := https://github.com/syslog-ng/syslog-ng/releases/download/syslog-ng-$(SYSLOG_NG_VERSION ) /syslog-ng-$(SYSLOG_NG_VERSION ) .tar.gz
9
9
You can’t perform that action at this time.
0 commit comments