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 66
77jobs :
88 tests :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 strategy :
1111 matrix :
1212 python-version :
4646 grep source out.txt
4747
4848 linters :
49- runs-on : ubuntu-latest
49+ runs-on : ubuntu-22.04
5050 steps :
5151 - name : Checkout source
5252 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 release :
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-22.04
2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2222 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
33
44BISON_INSTALL_PATH := /usr/local
55
6- SYSLOG_NG_VERSION := 4.6.0
6+ SYSLOG_NG_VERSION := 4.8.1
77SYSLOG_NG_RELEASE_URL := https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-$(SYSLOG_NG_VERSION )
88SYSLOG_NG_TARBALL_URL := https://github.com/syslog-ng/syslog-ng/releases/download/syslog-ng-$(SYSLOG_NG_VERSION ) /syslog-ng-$(SYSLOG_NG_VERSION ) .tar.gz
99
You can’t perform that action at this time.
0 commit comments